<?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/tfsbuildwatch/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/tfsbuildwatch/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 23 Jun 2014 21:22:20 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tfsbuildwatch/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Antanas Kompanas</title><link>https://sourceforge.net/p/tfsbuildwatch/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -16,9 +16,9 @@
 Further development
 ===================

-- Split solution into separate projects
+- &lt;s&gt;Split solution into separate projects&lt;/s&gt;
 - Add installer/setup
-- Create SF project icon
+- Create SF project icon, add screenshots
 - &lt;s&gt;Convert solution to Visual Studio 2013&lt;/s&gt;

 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antanas Kompanas</dc:creator><pubDate>Mon, 23 Jun 2014 21:22:20 -0000</pubDate><guid>https://sourceforge.net5b1ca0347da7d829c939bd5fdcbca70a92491fef</guid></item><item><title>Home modified by Antanas Kompanas</title><link>https://sourceforge.net/p/tfsbuildwatch/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -19,7 +19,7 @@
 - Split solution into separate projects
 - Add installer/setup
 - Create SF project icon
-- Convert solution to Visual Studio 2013. Would be nice if Express edition worked too (are there public TFS servers with build support?).
+- &lt;s&gt;Convert solution to Visual Studio 2013&lt;/s&gt;

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antanas Kompanas</dc:creator><pubDate>Fri, 09 May 2014 12:22:21 -0000</pubDate><guid>https://sourceforge.net21ce2d402b688338ccd035a233cfdab56670481b</guid></item><item><title>Home modified by Antanas Kompanas</title><link>https://sourceforge.net/p/tfsbuildwatch/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -12,7 +12,6 @@

 - Make screenshots from the Proof-Of-Concept code
 - Setup license, credits and other legal stuff in the code
-- Setup project backups

 Further development
 ===================
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antanas Kompanas</dc:creator><pubDate>Fri, 02 May 2014 20:18:57 -0000</pubDate><guid>https://sourceforge.net86548ff05b1c6b1629a8b82e476ff6ee5eaaed65</guid></item><item><title>Home modified by Antanas Kompanas</title><link>https://sourceforge.net/p/tfsbuildwatch/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -10,15 +10,17 @@
 Priority TODO List
 ==================

-The following needs to be done as part of publishing and setup of this project on SourceForge:
-
 - Make screenshots from the Proof-Of-Concept code
 - Setup license, credits and other legal stuff in the code
-- Convert solution to Visual Studio 2013. Would be nice if Express edition worked too (are there public TFS servers with build support?).
-- Create SF project icon
+- Setup project backups
+
+Further development
+===================
+
 - Split solution into separate projects
 - Add installer/setup
-- Setup project backups
+- Create SF project icon
+- Convert solution to Visual Studio 2013. Would be nice if Express edition worked too (are there public TFS servers with build support?).

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antanas Kompanas</dc:creator><pubDate>Fri, 02 May 2014 20:13:42 -0000</pubDate><guid>https://sourceforge.net1b38953fd83a870fdf287720b3fdc3d34e5f5650</guid></item><item><title>Home modified by Antanas Kompanas</title><link>https://sourceforge.net/p/tfsbuildwatch/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -18,6 +18,7 @@
 - Create SF project icon
 - Split solution into separate projects
 - Add installer/setup
+- Setup project backups

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antanas Kompanas</dc:creator><pubDate>Sat, 12 Apr 2014 14:45:33 -0000</pubDate><guid>https://sourceforge.net064d74b1240acb06aac48541d2197aaf3e2e45f8</guid></item><item><title>Home modified by Antanas Kompanas</title><link>https://sourceforge.net/p/tfsbuildwatch/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,23 @@
-Welcome to your wiki!
+TFS Build Watch 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].
+*TFS Build Watch* (or *BuildWatch* for short) is an ultimate build notification tool that strives to be as much appealing emotionally to the development team as being informative and helpful.

-The wiki uses [Markdown](/p/tfsbuildwatch/wiki/markdown_syntax/) syntax.
+Currently the BuildWatch is in early stages of development and works only as a stand-alone proof-of-concept GUI application that directly connects to a Team Foundation Server and does all the monitoring and notification stuff itself.
+
+You can try it by pulling the source from https://sourceforge.net/p/tfsbuildwatch/code/ci/default/tree/. The code was writen using Visual Studio 2010 on dotNet 4, tested with TFS 2010. You will need to tune settings manually to setup correct TFS server URI and project.
+
+Priority TODO List
+==================
+
+The following needs to be done as part of publishing and setup of this project on SourceForge:
+
+- Make screenshots from the Proof-Of-Concept code
+- Setup license, credits and other legal stuff in the code
+- Convert solution to Visual Studio 2013. Would be nice if Express edition worked too (are there public TFS servers with build support?).
+- Create SF project icon
+- Split solution into separate projects
+- Add installer/setup

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antanas Kompanas</dc:creator><pubDate>Sat, 12 Apr 2014 14:31:53 -0000</pubDate><guid>https://sourceforge.net1c4a1526345cb690b3ea45ac94949bd04235694b</guid></item><item><title>Home modified by Antanas Kompanas</title><link>https://sourceforge.net/p/tfsbuildwatch/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/tfsbuildwatch/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/akomp/"&gt;Antanas Kompanas&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-5346840ac4d1046a8de29d8e" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antanas Kompanas</dc:creator><pubDate>Thu, 10 Apr 2014 11:44:11 -0000</pubDate><guid>https://sourceforge.net4433c4b9accbb1573daba8d7178d7097831347a2</guid></item></channel></rss>