-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <title>Check: A unit testing framework for C</title>
-</head>
-<body>
-<h1>Check: A unit testing framework for C</h1>
-<p>Check is a unit testing framework for C. It features a simple interface
-for defining unit tests, putting little in the way of the developer.
-Tests are run in a separate address space, so Check can catch both
-assertion failures and code errors that cause segmentation faults or
-other signals. The output from unit tests can be used within source
-code editors and IDEs..</p>
-<p>Check was inspired by similar frameworks that currently exist for
-most programming languages; the most famous example being JUnit for
-Java (<a href="http://www.junit.org">www.junit.org</a>). There is a
-list of unit testing frameworks for multiple languages
-at <a href="http://www.xprogramming.com/software/">www.xprogramming.com/software/</a>.
-Unit testing has a long history as part of formal quality assurance
-methodologies, but has recently been associated with the lightweight
-methodology called Extreme Programming. In that methodology, the
-characteristic practice involves interspersing unit test writing with
-coding ("test a little, code a little"). While the incremental unit
-test/code approach is indispensable to Extreme Programming, it is also
-applicable, and perhaps indispensable, outside of that
-methodology. </p>
-<p>The incremental test/code approach provides three main benefits to
-the developer:</p>
-<p> </p>
-<ol>
- <li>Because the unit tests use the interface to the unit being
-tested, they allow the developer to think about how the interface
-should be designed for usage early in the coding process.</li>
- <li>They help the developer think early about aberrant cases, and
-code accordingly.</li>
- <li>By providing a documented level of correctness, they allow the
-developer to refactor
-(see <a href="http://www.refactoring.com">www.refactoring.com</a>)
-aggressively.</li>
-</ol>
-<p>That third reason is the one that turns people into unit testing
-addicts. There is nothing so satisfying as doing a wholesale
-replacement of an implementation, and having the unit tests reassure
-you at each step of that change that all is well. It is like the
-difference between exploring the wilderness with and without a good map
-and compass: without the proper gear, you are more likely to proceed
-cautiously and stick to the marked trails; with it, you can take the
-most direct path to where you want to go.</p>
-<p> </p>
-<h2>Information about Check</h2>
-<p>The Check project page is at <a
- href="http://sourceforge.net/projects/check/">http://sourceforge.net/projects/check/</a>
-</p>
-<p>The Check <a href="./doc/check_html/index.html">manual</a> contains a good tutorial introduction.
-</p>
-<p>This project has reached a point where it is fairly stable, and it
-does the job well for people that use it. Therefore it is not that
-actively maintained and long times may pass between checkins. It does
-not mean that Check is some abandoned piece of unworking junk laying
-around on SourceForge. We still aim for at least one release per year.
-There are packages in Fedora and Debian, and probably several other
-distributions.<br>
-</p>
-<h2>News<br>
-</h2>
-Project <a href="./NEWS">NEWS</a>, a summarized changelog.<br>
-<h2>Getting Check</h2>
-<p>Check can be dowloaded from <a
- href="http://sourceforge.net/project/showfiles.php?group_id=28255&release_id=37982">here</a>.</p>
-<h2>Contributing</h2>
-<p>The authors welcome any and all help with Check, whether through
-enhancement requests, bug reports, patches, or documentation.
-Mailing lists are preferred to forums as they're easier to
-monitor. Please visit the Check project page at <a
- href="http://sourceforge.net/projects/check/">http://sourceforge.net/projects/check/</a>.
-<br>
-</p>
-<p>Patches to Check, unless trivial, should be against the latest SVN
-trunk, and should include a full set of unit tests testing the new
-behavior. No functionality goes into Check without unit tests, and
-submitting a patch without automated testing guarantees that it will go
-into the request queue, not the "to be applied soon" pool.<br>
-</p>
-<h2>Projects Using Check</h2>
-We know of the following projects using Check:<br>
-<br>
-BitlBee: <a href="http://www.bitlbee.org/">http://www.bitlbee.org/</a><br>
-checkmk: <a href="http://micah.cowan.name/projects/checkmk/">http://micah.cowan.name/projects/checkmk/</a><br>
-ctrlproxy: <a href="http://ctrlproxy.vernstok.nl/">http://ctrlproxy.vernstok.nl/</a><br>
-Daimonin: <a href="http://sourceforge.net/projects/daimonin/">http://sourceforge.net/projects/daimonin/</a><br>
-DBMail: <a href="http://www.dbmail.org/">http://www.dbmail.org/</a><br>
-Enlightenment (Eet and Eina libs): <a href="http://trac.enlightenment.org/e">http://trac.enlightenment.org/e</a><br>
-EXIP: <a href="http://exip.sourceforge.net/">http://exip.sourceforge.net/</a><br>
-Expat: <a href="http://expat.sourceforge.net/">http://expat.sourceforge.net/</a><br>
-GNOME BuildBrigade: <a href="http://live.gnome.org/BuildBrigade/">http://live.gnome.org/BuildBrigade/</a><br>
-GStreamer: <a href="http://gstreamer.freedesktop.org/">http://gstreamer.freedesktop.org/</a><br>
-GNUpdf: <a href="http://www.gnupdf.org/">http://www.gnupdf.org/</a><br>
-Iodine: <a href="http://code.kryo.se/iodine/">http://code.kryo.se/iodine/</a><br>
-Lasso: <a href="http://lasso.entrouvert.org">http://lasso.entrouvert.org/</a><br>
-libspmt: <a href="https://svn.sable.mcgill.ca/sable/spmt/libspmt/">https://svn.sable.mcgill.ca/sable/spmt/libspmt/</a><br>
-Loudmouth: <a href="http://developer.imendio.com/projects/loudmouth/">http://developer.imendio.com/projects/loudmouth/</a><br>
-OpenSync (libopensync and libsyncml): <a href="http://www.opensync.org/">http://www.opensync.org/</a><br>
-Pigment: <a href="https://code.fluendo.com/pigment/trac/wiki">https://code.fluendo.com/pigment/trac/wiki</a><br>
-RAPP: <a href="http://savannah.nongnu.org/projects/rapp">http://savannah.nongnu.org/projects/rapp</a><br>
-RedStore: <a href="http://code.google.com/p/redstore/">http://code.google.com/p/redstore/</a><br>
-SCEW: <a href="http://www.nongnu.org/scew/">http://www.nongnu.org/scew/</a><br>
-SSSD: <a href="https://fedorahosted.org/sssd/">https://fedorahosted.org/sssd/</a><br>
-Tinymail: <a href="http://tinymail.org/">http://tinymail.org/</a><br>
-XCB: <a href="http://xcb.freedesktop.org/">http://xcb.freedesktop.org/</a><br>
-<br>
-
-If you're using Check for an open source project and you're not listed
-here, please subscribe to check-users AT lists.sourceforge.net, send
-us an email, and we'll list you promptly. Particularly if the
-first letter of your project is contained in the second half of the
-alphabet! Please note that although it's easy for us to add your
-project to our repository, the actual changes might not make it to the
-website until we release the next version.<br>
-
-<h2>Todo<br>
-</h2>
-<a href="./TODO">Current bugs and feature requests</a>.<br>
-<h2>SVN access</h2>
-See the project's <a href="http://sourceforge.net/svn/?group_id=28255">Subversion
-page</a> for instructions. You do want to append '/trunk' to that
-URL so that you don't end up checking out all tags and branches as
-well. The CVS repository is now obsolete.<br>
---<br>
-$Date$ <br>
-<br>
-<a href="http://sourceforge.net"><img
- src="http://sourceforge.net/sflogo.php?group_id=28255"
- alt="SourceForge Logo" border="0" height="31" width="88"></a>
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
+<html xmlns="http://www.w3.org/1999/xhtml">\r
+\r
+<!--\r
+Copyright: Darren Hester 2006, http://www.designsbydarren.com\r
+License: Released Under the "Creative Commons License",\r
+http://creativecommons.org/licenses/by-nc/2.5/\r
+-->\r
+\r
+<head>\r
+\r
+<!-- Meta Data -->\r
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\r
+<meta name="description" content="Check unit testing framework for C" />\r
+<meta name="keywords" content="check, unit test, c" />\r
+\r
+<!-- Site Title -->\r
+<title>Check | Unit testing framework for C</title>\r
+\r
+<!-- Link to Style External Sheet -->\r
+<link href="web/css/style.css" type="text/css" rel="stylesheet" />\r
+\r
+</head>\r
+\r
+<body>\r
+\r
+<div id="page_wrapper">\r
+\r
+<div id="header_wrapper">\r
+\r
+<div id="header">\r
+\r
+<h1>Check</h1>\r
+<h2>Unit Testing Framework for C</h2>\r
+\r
+</div>\r
+\r
+<div id="navcontainer">\r
+\r
+<ul id="navlist">\r
+<li id="active"><a href="#" id="current">Home</a></li>\r
+<li><a href="./NEWS">NEWS</a></li>\r
+<li><a href="./doc/check_html/index.html">Reference</a></li>\r
+<li><a href="http://sourceforge.net/projects/check/files/latest/download">Download</a></li>\r
+</ul>\r
+</div>\r
+\r
+</div>\r
+\r
+<div id="left_side">\r
+\r
+<h3>Latest Check Release</h3>\r
+\r
+<p>\r
+<b>Nov. 11, 2013:</b> Check 0.9.11 <a href="http://sourceforge.net/projects/check/files/latest/download">\r
+is now available for download</a>. Check is available under the\r
+<a href="./COPYING.LESSER">LGPL license</a>. New features available in\r
+this release are listed on the <a href="./NEWS">NEWS</a> page.\r
+</p>\r
+\r
+<h3>About Project</h3>\r
+<p>\r
+<ul>\r
+<li><a href="http://sourceforge.net/projects/check/">Project Page</a></li>\r
+<li><a href="./COPYING.LESSER">LGPL License</a></li>\r
+<li><a href="./web/users-of-check.html">Users of Check</a></li>\r
+<li><a href="https://lists.sourceforge.net/lists/listinfo/check-users">Mailing list</a></li>\r
+</ul>\r
+</p>\r
+<!--\r
+<a href="https://check.ci.cloudbees.com"><img alt="" src="./web/img/Button-Built-on-CB-1.png" style="width: 160px; height: 55px;" /></a>\r
+-->\r
+</div>\r
+\r
+\r
+<div id="content">\r
+\r
+<h3>What is Check?</h3>\r
+\r
+<p>\r
+Check is a unit testing framework for C. It features a simple interface\r
+for defining unit tests, putting little in the way of the developer.\r
+Tests are run in a separate address space, so both assertion failures\r
+and code errors that cause segmentation faults or other signals can be\r
+caught.\r
+</p>\r
+\r
+<h3>Supported Platforms</h3>\r
+\r
+<p>\r
+Check works on many UNIX compatible environments, such as GNU/Linux and\r
+Mac OSX. Windows support is available through the Cygwin, MinGW, and\r
+MinGW-w64 platforms. If Check is compiled on a platform with some\r
+POSIX functions unavailable (such as fork), Check will disable the\r
+related features but still remain functional.\r
+</p>\r
+\r
+<h3>Support</h3>\r
+\r
+<p>\r
+Questions are accepted on the mailing list\r
+<a href="https://lists.sourceforge.net/lists/listinfo/check-users">check-users@sourceforge.net</a>\r
+and bugs and feature requests can be submitted via the Sourceforge\r
+page <a href="http://sourceforge.net/p/check/_list/tickets">here</a>.\r
+</p>\r
+\r
+<h3>Contributing</h3>\r
+\r
+<p>\r
+The authors welcome any and all help with Check, whether through\r
+enhancement requests, bug reports, patches, or documentation. Mailing\r
+lists are preferred to forums as they are easier to monitor. Please visit\r
+the Check <a href="http://sourceforge.net/projects/check/">project page</a>.\r
+</p>\r
+\r
+<p>\r
+Patches to Check, unless trivial, should be against the latest SVN trunk,\r
+and should include a full set of unit tests verifying the new behavior. No\r
+functionality goes into Check without unit tests, and submitting a patch\r
+without automated testing will delay potential acceptable of the patch.\r
+</p>\r
+\r
+<p>\r
+You can get the latest Check source code through anonymous SVN using the\r
+following:\r
+<div id="code"><pre class="command">svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code</pre></div>\r
+</p>\r
+\r
+</div>\r
+\r
+<div id="footer">\r
+<a href="http://sourceforge.net">Sourceforge</a>\r
+<!--| <a href="http://www.cloudbees.com/foss/index.cb">Cloudbees</a> -->\r
+<br />\r
+Template provided by:\r
+<a href="http://www.designsbydarren.com" target="_blank">DesignsByDarren.com</a>\r
+</div>\r
+\r
+</div>\r
+\r
+</body>\r
+\r
+</html>\r
--- /dev/null
+body {\r
+ text-align: center;\r
+ margin-top:10px;\r
+ margin-bottom:10px;\r
+ color:#666666;\r
+ background-color: #E0E0E0;\r
+}\r
+\r
+A:link {\r
+ COLOR: #0000FF; text-decoration: none;\r
+}\r
+A:visited {\r
+ COLOR: #0000FF; text-decoration: none;\r
+}\r
+A:active {\r
+ COLOR: #0000FF; text-decoration: none;\r
+}\r
+A:hover {\r
+ COLOR: #FF0000; text-decoration: underline;\r
+}\r
+\r
+#page_wrapper {\r
+ margin-left: auto; \r
+ margin-right: auto;\r
+ width: 98%;\r
+ text-align: left;\r
+ background: #FFFFFF;\r
+ border: 8px solid #FFFFFF;\r
+}\r
+\r
+#header_wrapper {\r
+ background: #4E7DD1 url('../img/menu_bg.gif') bottom left repeat-x;\r
+ margin:0px; padding:0px;\r
+}\r
+\r
+#header {\r
+ height: 60px;\r
+ padding:15px;\r
+ margin:0px;\r
+}\r
+\r
+#header h1 {\r
+ margin:0px;\r
+ font-family: verdana, arial, sans-serif;\r
+ font-size: 28px;\r
+ color:#ffffff;\r
+ letter-spacing: -1px;\r
+}\r
+\r
+#header h2 {\r
+ margin:0px;\r
+ font-family: verdana, arial, sans-serif;\r
+ font-size: 14px;\r
+ color:#B1C6EB;\r
+ letter-spacing: 1px;\r
+}\r
+\r
+#left_side {\r
+ margin-top: 10px;\r
+ float: left;\r
+ width: 160px;\r
+ background: #F1F6FE url('../img/side_bg.gif') bottom left repeat-x;\r
+}\r
+\r
+#right_side {\r
+ margin-top: 10px;\r
+ float: right;\r
+ width: 250px;\r
+ background: #F1F6FE url('../img/side_bg.gif') bottom left repeat-x;\r
+}\r
+\r
+#content {\r
+ margin-top: 20px;\r
+ margin-bottom: 0px;\r
+ margin-left: 180px;\r
+ margin-right: 180px;\r
+}\r
+\r
+#footer {\r
+ height: 50px;\r
+ background-color: #4E7DD1;\r
+ clear: both;\r
+ text-align: center;\r
+ padding-top:12px;\r
+ color: #B6CEF9;\r
+ font-family: verdana, arial, sans-serif;\r
+ font-size: 11px;\r
+ line-height: 18px;\r
+}\r
+\r
+#footer A:link {\r
+ COLOR: #FFFFFF; text-decoration: none;\r
+}\r
+#footer A:visited {\r
+ COLOR: #FFFFFF; text-decoration: none;\r
+}\r
+#footer A:active {\r
+ COLOR: #FFFFFF; text-decoration: none;\r
+}\r
+#footer A:hover {\r
+ COLOR: #FFFFFF; text-decoration: underline;\r
+}\r
+\r
+#left_side p, #right_side p {\r
+ margin:10px;margin-top:15px;margin-bottom:15px;\r
+ font-family: verdana, arial, sans-serif;\r
+ font-size: 11px;\r
+ line-height: 16px;\r
+ color: #333333;\r
+}\r
+\r
+#left_side li, #right_side li {\r
+ font-family: verdana, arial, sans-serif;\r
+ font-size: 13px;\r
+ line-height: 16px;\r
+ color: #333333;\r
+}\r
+\r
+#left_side h3, #right_side h3 {\r
+ margin-top:5px; margin-bottom:10px; margin-left:5px; margin-right:5px;\r
+ padding:4px;\r
+ font-family: verdana, arial, sans-serif;\r
+ font-size: 14px;\r
+ font-weight: bold;\r
+ line-height: 14px;\r
+ color: #FFFFFF;\r
+ border:1px solid #0F3974;\r
+ background-color: #2153AA;\r
+}\r
+\r
+#left_side h4, #right_side h4 {\r
+ margin-top:0px;margin-bottom:0px;margin-left:10px;\r
+ font-family: verdana, arial, sans-serif;\r
+ font-size: 12px;\r
+ font-weight: bold;\r
+ line-height: 12px;\r
+ color: #2153AA;\r
+}\r
+\r
+#content p {\r
+ margin-top:15px; margin-bottom: 15px;\r
+ font-family: verdana, arial, sans-serif;\r
+ font-size: 12px;\r
+ line-height: 18px;\r
+ color: #333333;\r
+}\r
+\r
+#content h3 {\r
+ margin-top:5px; margin-bottom: 10px;\r
+ font-family: verdana, arial, sans-serif;\r
+ font-size: 18px;\r
+ font-weight: bold;\r
+ line-height: 18px;\r
+ color: #2153AA;\r
+}\r
+\r
+#content h4 {\r
+ margin-top:0px;margin-bottom:0px;\r
+ font-family: verdana, arial, sans-serif;\r
+ font-size: 14px;\r
+ font-weight: bold;\r
+ line-height: 12px;\r
+ color: #2153AA;\r
+}\r
+\r
+#navlist\r
+{\r
+ margin-top:1px;\r
+ margin-bottom:0px;\r
+ text-align:center;\r
+ padding: 5px 0;\r
+ margin-left: 0;\r
+ border-bottom: 1px solid #0F3974;\r
+ font: bold 14px Verdana, sans-serif;\r
+}\r
+\r
+#navlist li\r
+{\r
+ list-style: none;\r
+ margin: 0;\r
+ display: inline;\r
+}\r
+\r
+#navlist li a\r
+{\r
+ color: #F1F6FE;\r
+ padding: 5px 15px;\r
+ margin-left: 3px;\r
+ border: 1px solid #0F3974;\r
+ border-bottom: none;\r
+ background: #2153AA url('../img/tab_bg.gif') bottom left repeat-x;\r
+ text-decoration: none;\r
+}\r
+\r
+#navlist li a:link { color: #F1F6FE; }\r
+#navlist li a:visited { color: #F1F6FE; }\r
+\r
+#navlist li a:hover\r
+{\r
+ color: #FFFFFF;\r
+ background: #3364BB;\r
+ border-color: #0F3974;\r
+}\r
+\r
+#navlist li a#current\r
+{\r
+ color: #000;\r
+ background: #FFFFFF;\r
+ border-bottom: 1px solid #FFFFFF;\r
+}\r
+\r
+.float_left {\r
+ float: left;\r
+ margin-right: 10px;\r
+}\r
+\r
+.float_right {\r
+ float: right;\r
+ margin-left: 10px;\r
+}\r
+\r
+.featurebox_center {\r
+ background-color: #fffff6;\r
+ margin:0px;\r
+ padding:10px;\r
+ border: 1px solid #DFE8F7;\r
+ font-family: verdana, arial, sans-serif;\r
+ font-size: 11px;\r
+ line-height: 18px;\r
+ color: #333333;\r
+}\r
+\r
+.featurebox_side {\r
+ background-color: #fffff6;\r
+ margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;\r
+ padding:10px;\r
+ border: 1px solid #DFE8F7;\r
+ font-family: verdana, arial, sans-serif;\r
+ font-size: 11px;\r
+ line-height: 18px;\r
+ color: #333333;\r
+}\r
+\r
+#code {\r
+ border: 1px solid #000000;\r
+ padding-left:10px;\r
+ color: #FFFFFF;\r
+ background-color: #000000;\r
+}\r
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
+<html xmlns="http://www.w3.org/1999/xhtml">\r
+\r
+<!--\r
+Copyright: Darren Hester 2006, http://www.designsbydarren.com\r
+License: Released Under the "Creative Commons License",\r
+http://creativecommons.org/licenses/by-nc/2.5/\r
+-->\r
+\r
+<head>\r
+\r
+<!-- Meta Data -->\r
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\r
+<meta name="description" content="Check unit testing framework for C" />\r
+<meta name="keywords" content="check, unit test, c" />\r
+\r
+<!-- Site Title -->\r
+<title>Check | Users of Check</title>\r
+\r
+<!-- Link to Style External Sheet -->\r
+<link href="css/style.css" type="text/css" rel="stylesheet" />\r
+\r
+</head>\r
+\r
+<body>\r
+\r
+<div id="page_wrapper">\r
+\r
+<div id="header_wrapper">\r
+\r
+<div id="header">\r
+\r
+<h1>Check</h1>\r
+<h2>Unit Testing Framework for C</h2>\r
+\r
+</div>\r
+\r
+<div id="navcontainer">\r
+\r
+<ul id="navlist">\r
+<li><a href="../index.html">Home</a></li>\r
+<li><a href="../NEWS">NEWS</a></li>\r
+<li><a href="../doc/check_html/index.html">Reference</a></li>\r
+<li><a href="http://sourceforge.net/projects/check/files/latest/download">Download</a></li>\r
+</ul>\r
+</div>\r
+\r
+</div>\r
+\r
+\r
+<div id="content">\r
+\r
+<h3>Projects Using Check</h3>\r
+\r
+<ul>\r
+ <li><a href="http://www.bitlbee.org">BitlBee</a></li>\r
+ <li><a href="http://micah.cowan.name/projects/checkmk">checkmk</a></li>\r
+ <li><a href="http://ctrlproxy.vernstok.nl">ctrlproxy</a></li>\r
+ <li><a href="http://sourceforge.net/projects/daimonin">Daimonin</a></li>\r
+ <li><a href="http://www.dbmail.org">DBMail</a></li>\r
+ <li><a href="http://trac.enlightenment.org/e">Enlightenment (Eet and Eina libs)</a></li>\r
+ <li><a href="http://exip.sourceforge.net">EXIP</a></li>\r
+ <li><a href="http://expat.sourceforge.net">Expat</a></li>\r
+ <li><a href="http://live.gnome.org/BuildBrigade/">GNOME BuildBrigade</a></li>\r
+ <li><a href="http://gstreamer.freedesktop.org/">GStreamer</a></li>\r
+ <li><a href="http://www.gnupdf.org/">GNUpdf</a></li>\r
+ <li><a href="http://code.kryo.se/iodine/">Iodine</a></li>\r
+ <li><a href="http://lasso.entrouvert.org/">Lasso</a></li>\r
+ <li><a href="https://svn.sable.mcgill.ca/sable/spmt/libspmt/">libspmt</a></li>\r
+ <li><a href="http://developer.imendio.com/projects/loudmouth/">Loudmouth</a></li>\r
+ <li><a href="http://www.opensync.org/">OpenSync (libopensync and libsyncml)</a></li>\r
+ <li><a href="https://code.fluendo.com/pigment/trac/wiki">Pigment</a></li>\r
+ <li><a href="http://savannah.nongnu.org/projects/rapp">RAPP</a></li>\r
+ <li><a href="http://code.google.com/p/redstore/">RedStore</a></li>\r
+ <li><a href="http://www.nongnu.org/scew/">SCEW</a></li>\r
+ <li><a href="https://fedorahosted.org/sssd/">SSSD</a></li>\r
+ <li><a href="https://launchpad.net/subunit">subunit</a></li>\r
+ <li><a href="http://tinymail.org/">Tinymail</a></li>\r
+ <li><a href="http://xcb.freedesktop.org/">XCB</a></li>\r
+\r
+</ul>\r
+<p>\r
+If you're using Check for an open source project and you're not listed\r
+here, please send am email to our mailing list\r
+<a href="https://lists.sourceforge.net/lists/listinfo/check-users">check-users@sourceforge.net</a>,\r
+and we'll list you promptly.\r
+</p>\r
+</div>\r
+\r
+<div id="footer">\r
+<a href="http://sourceforge.net">Sourceforge</a>\r
+<!--| <a href="http://www.cloudbees.com/foss/index.cb">Cloudbees</a> -->\r
+<br />\r
+Template provided by:\r
+<a href="http://www.designsbydarren.com" target="_blank">DesignsByDarren.com</a>\r
+</div>\r
+\r
+</div>\r
+\r
+</body>\r
+\r
+</html>\r