<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to development</title><link>https://sourceforge.net/p/unetbootin/wiki/development/</link><description>Recent changes to development</description><atom:link href="https://sourceforge.net/p/unetbootin/wiki/development/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 30 Jul 2015 09:47:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/unetbootin/wiki/development/feed" rel="self" type="application/rss+xml"/><item><title>development modified by Geza Kovacs</title><link>https://sourceforge.net/p/unetbootin/wiki/development/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -61,4 +61,4 @@

 ## Interested New Maintainer?

-I'm looking for a new maintainer to take over UNetbootin. If interested, please tackle some bugs and make some pull requests on github!
+I'm looking for a new maintainer to take over UNetbootin. If interested, please tackle some bugs, make some pull requests on github, and reach out to me (contact info at http://www.gkovacs.com/ )
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Geza Kovacs</dc:creator><pubDate>Thu, 30 Jul 2015 09:47:07 -0000</pubDate><guid>https://sourceforge.netea9088f45d47549ad19ee9fb0d38ceea0152d58d</guid></item><item><title>development modified by Geza Kovacs</title><link>https://sourceforge.net/p/unetbootin/wiki/development/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -58,3 +58,7 @@
 * File release mirror &amp;lt;http: launchpad.net="" unetbootin="" +download=""&amp;gt;   
 * bzr mirror of git repository &amp;lt;http: code.launchpad.net="" ~vcs-imports="" unetbootin="" trunk=""&amp;gt;

+
+## Interested New Maintainer?
+
+I'm looking for a new maintainer to take over UNetbootin. If interested, please tackle some bugs and make some pull requests on github!
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Geza Kovacs</dc:creator><pubDate>Thu, 30 Jul 2015 09:45:34 -0000</pubDate><guid>https://sourceforge.netd0c899dd1ef9f65602035427826d5743f420ba9a</guid></item><item><title>development modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/unetbootin/wiki/development/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="development-guide"&gt;Development Guide&lt;/h1&gt;
&lt;h2 id="getting-the-source-code"&gt;Getting the Source Code&lt;/h2&gt;
&lt;h4 id="setting-up-git"&gt;Setting up git&lt;/h4&gt;
&lt;p&gt;UNetbootin uses the git revision control system. See &lt;a href="http://help.github.com/git-installation-redirect" rel="nofollow"&gt;http://help.github.com/git-installation-redirect&lt;/a&gt; for git installation instructions. &lt;/p&gt;
&lt;p&gt;For detailed documentation on using git, see &lt;a href="http://git-scm.com/documentation" rel="nofollow"&gt;http://git-scm.com/documentation&lt;/a&gt; and &lt;a href="http://progit.org/book/" rel="nofollow"&gt;http://progit.org/book/&lt;/a&gt;&lt;/p&gt;
&lt;h4 id="github-repository"&gt;Github Repository&lt;/h4&gt;
&lt;p&gt;The source code is located at &lt;a href="http://github.com/gkovacs/unetbootin" rel="nofollow"&gt;http://github.com/gkovacs/unetbootin&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can get a read-only copy of the source using the following command: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;git&lt;/span&gt; &lt;span class="n"&gt;clone&lt;/span&gt; &lt;span class="n"&gt;http&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//github.com/gkovacs/unetbootin.git&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;If you'd like to make changes, please fork the repository as described in &lt;a href="http://help.github.com/forking/" rel="nofollow"&gt;http://help.github.com/forking/&lt;/a&gt; and commit and push to your own branch. Once you have finished your feature, make a pull request as described in &lt;a href="http://github.com/guides/pull-requests" rel="nofollow"&gt;http://github.com/guides/pull-requests&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="developing-code"&gt;Developing code&lt;/h2&gt;
&lt;h4 id="compilation"&gt;Compilation&lt;/h4&gt;
&lt;p&gt;See &lt;span&gt;[compile]&lt;/span&gt; for compilation instructions &lt;/p&gt;
&lt;h4 id="project-build-system-and-ide"&gt;Project build system and IDE&lt;/h4&gt;
&lt;p&gt;qmake &lt;a href="http://doc.trolltech.com/4.6/qmake-manual.html" rel="nofollow"&gt;http://doc.trolltech.com/4.6/qmake-manual.html&lt;/a&gt; is used as the project build system. Qt Creator &lt;a href="http://qt.nokia.com/products/appdev/developer-tools" rel="nofollow"&gt;http://qt.nokia.com/products/appdev/developer-tools&lt;/a&gt; is the IDE I personally use, though Qt integration plugins for Visual Studio and Eclipse can also be found at &lt;a href="http://doc.qt.nokia.com/" rel="nofollow"&gt;http://doc.qt.nokia.com/&lt;/a&gt;&lt;/p&gt;
&lt;h4 id="tests"&gt;Tests&lt;/h4&gt;
&lt;p&gt;Unfortunately there are no unit tests at the moment. They would be a very welcome contribution. &lt;/p&gt;
&lt;h4 id="qt-libraries"&gt;Qt libraries&lt;/h4&gt;
&lt;p&gt;UNetbootin uses the Qt libraries to simplify cross-platform GUI application development. The API reference is located at &lt;a href="http://doc.qt.nokia.com/4.6/index.html" rel="nofollow"&gt;http://doc.qt.nokia.com/4.6/index.html&lt;/a&gt; and should be fairly intuitive if you are coming from a .NET or Java background. &lt;/p&gt;
&lt;h2 id="infrastructure"&gt;Infrastructure&lt;/h2&gt;
&lt;p&gt;The Sourceforge project at &lt;a href="http://sourceforge.net/projects/unetbootin/"&gt;http://sourceforge.net/projects/unetbootin/&lt;/a&gt; hosts: &lt;br /&gt;
&lt;em&gt; Website &lt;a href="http://unetbootin.sourceforge.net/"&gt;http://unetbootin.sourceforge.net/&lt;/a&gt; &lt;br /&gt;
&lt;/em&gt; File releases &lt;a href="http://sourceforge.net/projects/unetbootin/files/"&gt;http://sourceforge.net/projects/unetbootin/files/&lt;/a&gt; &lt;br /&gt;
* Wiki &lt;a href="http://sourceforge.net/apps/trac/unetbootin/"&gt;http://sourceforge.net/apps/trac/unetbootin/&lt;/a&gt; &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Github hosts:&lt;br /&gt;
&lt;em&gt; Main git repository &lt;a href="http://github.com/gkovacs/unetbootin" rel="nofollow"&gt;http://github.com/gkovacs/unetbootin&lt;/a&gt; &lt;br /&gt;
&lt;/em&gt; Website content repository &lt;a href="http://github.com/unetbootin/unetbootin.github.com" rel="nofollow"&gt;http://github.com/unetbootin/unetbootin.github.com&lt;/a&gt; &lt;br /&gt;
* Website mirror &lt;a href="http://unetbootin.github.com/" rel="nofollow"&gt;http://unetbootin.github.com/&lt;/a&gt; &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;The Launchpad project at &lt;a href="http://launchpad.net/unetbootin" rel="nofollow"&gt;http://launchpad.net/unetbootin&lt;/a&gt; hosts: &lt;br /&gt;
&lt;em&gt; Bug tracker &lt;a href="http://bugs.launchpad.net/unetbootin" rel="nofollow"&gt;http://bugs.launchpad.net/unetbootin&lt;/a&gt; &lt;br /&gt;
&lt;/em&gt; Answers system &lt;a href="http://answers.launchpad.net/unetbootin" rel="nofollow"&gt;http://answers.launchpad.net/unetbootin&lt;/a&gt; &lt;br /&gt;
&lt;em&gt; Translations page &lt;a href="http://translations.launchpad.net/unetbootin" rel="nofollow"&gt;http://translations.launchpad.net/unetbootin&lt;/a&gt; &lt;br /&gt;
&lt;/em&gt; File release mirror &lt;a href="http://launchpad.net/unetbootin/+download" rel="nofollow"&gt;http://launchpad.net/unetbootin/+download&lt;/a&gt; &lt;br /&gt;
* bzr mirror of git repository &lt;a href="http://code.launchpad.net/~vcs-imports/unetbootin/trunk" rel="nofollow"&gt;http://code.launchpad.net/~vcs-imports/unetbootin/trunk&lt;/a&gt; &lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 24 Jun 2014 15:13:07 -0000</pubDate><guid>https://sourceforge.net32ec1f94b131db2923ddceec9f0eb4689a7ee2bb</guid></item></channel></rss>