<?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/slct/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/slct/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 31 Dec 2012 03:56:54 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/slct/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by SignalEleven</title><link>https://sourceforge.net/p/slct/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,8 +1,6 @@
 ## Main Page ##

 ### Welcome! to SecondLevelCronTimer wiki. ###
-
-[TOC]

 #### What is SecondLevelCronTimer? ####

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SignalEleven</dc:creator><pubDate>Mon, 31 Dec 2012 03:56:54 -0000</pubDate><guid>https://sourceforge.neta9c1c51a3b10dc77229a7d351aeb042d60497682</guid></item><item><title>WikiPage Home modified by SignalEleven</title><link>https://sourceforge.net/p/slct/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -18,10 +18,7 @@
 Here is a short example, showing how to use the library:

     SecondLevelCronTimer timer("0 0 22 * * *");  // run at 22:00:00, every day
-    if ( ! timer.ok() ) {
-      std::cerr &lt;&lt; "Error;  Unable to initialize timer." &lt;&lt; std::endl;
-      exit(1);
-    }
+
     timer.sleepUntilValid();
     std:cout &lt;&lt; "It's 10 pm.  Do you know where your children are?" &lt;&lt; std::endl;

@@ -31,7 +28,7 @@

 #### License ####

-SLCT is a __Free Software__ released under the __BSD 3-clause license__
+SLCT is __Free Software__ released under the __BSD 3-clause license__
 (This license is also known as the __"New BSD License"__ or __"Modified BSD License"__).

 You will find a copy of the license included with the downloadable source distribution.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SignalEleven</dc:creator><pubDate>Mon, 31 Dec 2012 03:56:35 -0000</pubDate><guid>https://sourceforge.net6427e34d091f89adbdcf05bc9bbd6692f7e9f7ca</guid></item><item><title>WikiPage Home modified by SignalEleven</title><link>https://sourceforge.net/p/slct/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -38,7 +38,7 @@

 #### Support ####

-If you find this package useful, please consider a [donation](Support).
+If you find this package useful, please consider a [donation](http://www.signalelevencoders.com/support/support.html).

 #### Download ####

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SignalEleven</dc:creator><pubDate>Sun, 30 Dec 2012 21:26:11 -0000</pubDate><guid>https://sourceforge.nete721fa20fcb6aabec0092f482ca2debd128a3a59</guid></item><item><title>WikiPage Home modified by SignalEleven</title><link>https://sourceforge.net/p/slct/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -36,12 +36,11 @@

 You will find a copy of the license included with the downloadable source distribution.

+#### Support ####
+
+If you find this package useful, please consider a [donation](Support).
+
 #### Download ####

 [[download_button]]

-
-#### Support ####
-
-If you find this package useful, please consider a [donation](Support).
-
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SignalEleven</dc:creator><pubDate>Sun, 30 Dec 2012 20:44:25 -0000</pubDate><guid>https://sourceforge.net30a06ec880ea1511301e0c628d68b8b7cd20566b</guid></item><item><title>WikiPage Home modified by SignalEleven</title><link>https://sourceforge.net/p/slct/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -29,10 +29,6 @@

 Documentation, both user and developer level, is provided using [Doxygen](http://www.doxygen.org).  See to doc/ subdirectory in the download package for more details.

-#### Download ####
-
-[[download_button]]
-
 #### License ####

 SLCT is a __Free Software__ released under the __BSD 3-clause license__
@@ -40,6 +36,11 @@

 You will find a copy of the license included with the downloadable source distribution.

+#### Download ####
+
+[[download_button]]
+
+
 #### Support ####

 If you find this package useful, please consider a [donation](Support).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SignalEleven</dc:creator><pubDate>Sun, 30 Dec 2012 20:43:13 -0000</pubDate><guid>https://sourceforge.net45bd4a6747185c6983e398626ebd03ac5854df86</guid></item><item><title>WikiPage Home modified by SignalEleven</title><link>https://sourceforge.net/p/slct/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,46 @@
-Welcome to your wiki!
+## Main Page ##

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+### Welcome! to SecondLevelCronTimer wiki. ###

-The wiki uses [Markdown](/p/slct/wiki/markdown_syntax/) syntax.
+[TOC]

-[[project_admins]]
+#### What is SecondLevelCronTimer? ####
+
+SecondLevelCronTimer (SLCT) is a C++ library that provides a timer that can be specified using a crontab like timing string.  The main difference between cron and SLCT is the precision.  SLCT uses a second field, allowing time to be specified down to the second.
+
+###### Features: ######
+- Increased precision (down to the second)
+- Very simple to use
+- Support for (just about) all crontab formats;  If it works in crontab, it works in SLCT
+
+#### Example: ####
+
+Here is a short example, showing how to use the library:
+
+    SecondLevelCronTimer timer("0 0 22 * * *");  // run at 22:00:00, every day
+    if ( ! timer.ok() ) {
+      std::cerr &lt;&lt; "Error;  Unable to initialize timer." &lt;&lt; std::endl;
+      exit(1);
+    }
+    timer.sleepUntilValid();
+    std:cout &lt;&lt; "It's 10 pm.  Do you know where your children are?" &lt;&lt; std::endl;
+
+#### Documentation: ####
+
+Documentation, both user and developer level, is provided using [Doxygen](http://www.doxygen.org).  See to doc/ subdirectory in the download package for more details.
+
+#### Download ####
+
 [[download_button]]
+
+#### License ####
+
+SLCT is a __Free Software__ released under the __BSD 3-clause license__
+(This license is also known as the __"New BSD License"__ or __"Modified BSD License"__).
+
+You will find a copy of the license included with the downloadable source distribution.
+
+#### Support ####
+
+If you find this package useful, please consider a [donation](Support).
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SignalEleven</dc:creator><pubDate>Sun, 30 Dec 2012 20:41:27 -0000</pubDate><guid>https://sourceforge.net5e4638b605ea4c7af7ae09087ed15ce31a2f9935</guid></item><item><title>WikiPage Home modified by SignalEleven</title><link>https://sourceforge.net/p/slct/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;a class="alink" href="SamplePage"&gt;[SamplePage]&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/slct/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;a href="/u/signaleleven/"&gt;SignalEleven&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;span class="download-button-50dff8130594ca22f130bbcc" 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/">SignalEleven</dc:creator><pubDate>Sun, 30 Dec 2012 18:25:59 -0000</pubDate><guid>https://sourceforge.net7a1f79a5ee97d4629517531722ff7012059c76a1</guid></item></channel></rss>