From: <js...@us...> - 2006-11-21 17:44:26
|
Revision: 4 http://svn.sourceforge.net/jcontracts/?rev=4&view=rev Author: jstuyts Date: 2006-11-21 09:18:10 -0800 (Tue, 21 Nov 2006) Log Message: ----------- Started with the site. Added Paths: ----------- trunk/site/favicon.ico trunk/site/index.html Added: trunk/site/favicon.ico =================================================================== (Binary files differ) Property changes on: trunk/site/favicon.ico ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/site/index.html =================================================================== --- trunk/site/index.html (rev 0) +++ trunk/site/index.html 2006-11-21 17:18:10 UTC (rev 4) @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>Welcome to JcontractS</title> + + <link href="resources/stylesheets/jcontracts.css" rel="stylesheet" type="text/css" /> + + <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" /> + </head> + + <body> + <h1>Introduction</h1> + + <p>JcontractS (Java contract suite) is a resurrection of the iContract tool originally developed by Reto Kramer of + Reliable Systems. John Swapceinski started the resurrection by decompiling the original JAR files, and making the + sources compile with JDK 1.4 and higher. The result of his work can be found on <a + href="http://www.icontract2.org/">www.icontract2.org</a>.</p> + + <p>Johan Stuyts started the SourceForge.net project so proper further development of the project can take + place.</p> + + <p>The project is being setup at the moment. More information will appear soon.</p> + + <hr /> + + <div class="sourceforge-logo"><a href="http://sourceforge.net"><img alt="SourceForge.net Logo" height="37" + src="resources/images/sflogo.png" width="125" /></a></div> + + <p><a href="http://sourceforge.net/projects/jcontracts">The project page of JcontractS at SourceForge.net</a></p> + </body> +</html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |