Skip to content

Commit

Permalink
Fixing patch
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ducktyper.com/capigen/trunk@64 03f83d6c-b416-495f-9003-0924d19d01a8
  • Loading branch information
gabriel committed Feb 7, 2008
1 parent c45a090 commit d657c5d
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 15 deletions.
5 changes: 2 additions & 3 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
== 0.0.1 2008-02-06
== 0.1.1 2008-02-06

* 1 major enhancement:
* Initial release
* Initial import
1 change: 0 additions & 1 deletion Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ lib/capigen/profiles.rb
lib/capigen/recipes.yml
lib/capigen/templates.rb
lib/capigen/version.rb
patch.diff
recipes/README
recipes/bootstrap/patch.rb
recipes/centos.rb
Expand Down
104 changes: 93 additions & 11 deletions website/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,93 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>capigen</title>

</head>
<body id="body">
<p>This page has not yet been created for RubyGem <code>capigen</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>
<!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>
capigen
</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>capigen</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/capigen"; return false'>
<p>Get Version</p>
<a href="http://rubyforge.org/projects/capigen" class="numbers">0.1.1</a>
</div>
<h1>&#x2192; &#8216;capigen&#8217;</h1>


<h2>What</h2>


<h2>Installing</h2>


<p><pre class='syntax'><span class="ident">sudo</span> <span class="ident">gem</span> <span class="ident">install</span> <span class="ident">capigen</span></pre></p>


<h2>The basics</h2>


<h2>Demonstration of usage</h2>


<h2>Forum</h2>


<p><a href="http://groups.google.com/group/capigen">http://groups.google.com/group/capigen</a></p>


<p><span class="caps">TODO</span> &#8211; create Google Group &#8211; capigen</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&#8217;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/capigen/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 via the <a href="http://groups.google.com/group/capigen">forum</a></p>
<p class="coda">
<a href="FIXME email">FIXME full name</a>, 6th February 2008<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>

0 comments on commit d657c5d

Please sign in to comment.