website/index.html in cutep-0.0.1 vs website/index.html in cutep-0.0.2
- old
+ new
@@ -1,11 +1,92 @@
-<html>
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <title>cutep</title>
-
- </head>
- <body id="body">
- <p>This page has not yet been created for RubyGem <code>cutep</code></p>
- <p>To the developer: To generate it, update website/index.txt and run the rake task <code>website</code> to generate this <code>index.html</code> file.</p>
- </body>
-</html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>
+ cutep
+ </title>
+ <script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script>
+<style>
+
+</style>
+ <script type="text/javascript">
+ window.onload = function() {
+ settings = {
+ tl: { radius: 10 },
+ tr: { radius: 10 },
+ bl: { radius: 10 },
+ br: { radius: 10 },
+ antiAlias: true,
+ autoPad: true,
+ validTags: ["div"]
+ }
+ var versionBox = new curvyCorners(settings, document.getElementById("version"));
+ versionBox.applyCornersToAll();
+ }
+ </script>
+</head>
+<body>
+<div id="main">
+
+ <h1>cutep</h1>
+ <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/cutep"; return false'>
+ <p>Get Version</p>
+ <a href="http://rubyforge.org/projects/cutep" class="numbers">0.0.2</a>
+ </div>
+ <h1>→ ‘cutep’</h1>
+
+
+ <h2>What</h2>
+
+
+ <h2>Installing</h2>
+
+
+<pre syntax="ruby">sudo gem install cutep</pre>
+
+ <h2>The basics</h2>
+
+
+ <h2>Demonstration of usage</h2>
+
+
+ <h2>Forum</h2>
+
+
+ <p><a href="http://groups.google.com/group/cutep">http://groups.google.com/group/cutep</a></p>
+
+
+ <p><span class="caps">TODO</span> – create Google Group – cutep</p>
+
+
+ <h2>How to submit patches</h2>
+
+
+ <p>Read the <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/">8 steps for fixing other people’s code</a> and for section <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups">8b: Submit patch to Google Groups</a>, use the Google Group above.</p>
+
+
+ <p>The trunk repository is <code>svn://rubyforge.org/var/svn/cutep/trunk</code> for anonymous access.</p>
+
+
+ <h2>License</h2>
+
+
+ <p>This code is free to use under the terms of the <span class="caps">MIT</span> license.</p>
+
+
+ <h2>Contact</h2>
+
+
+ <p>Comments are welcome. Send an email to <a href="mailto:FIXME"><span class="caps">FIXME</span> full name</a> email.</p>
+ <p class="coda">
+ <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 13th June 2007<br>
+ Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
+ </p>
+</div>
+
+<!-- insert site tracking codes here, like Google Urchin -->
+
+</body>
+</html>