tablatom / rubydoctest

Ruby version of Python's doctest tool, but a bit different

This URL has Read+Write access

canadaduane (author)
Sat Jun 21 20:59:13 -0700 2008
commit  b11e67bb541f1ea6d651add92104de119403bcfa
tree    f5f272ef74c8f8ef980ed83609e2910f158b9c4d
parent  4acf602ea5e12946bb6a75de5ae8bb859ea4fdf1
rubydoctest / website / index.html
100644 142 lines (82 sloc) 4.212 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!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>
      rubydoctest
  </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>rubydoctest</h1>
    <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/rubydoctest"; return false'>
      <p>Get Version</p>
      <a href="http://rubyforge.org/projects/rubydoctest" class="numbers">1.0.0</a>
    </div>
    <h1>&#x2192; &#8216;rubydoctest&#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">rubydoctest</span></pre></p>
 
 
<h2>The basics</h2>
 
 
<h2>Demonstration of usage</h2>
 
 
<h2>Forum</h2>
 
 
<p><a href="http://groups.google.com/group/rubydoctest">http://groups.google.com/group/rubydoctest</a></p>
 
 
<p><span class="caps">TODO</span> &#8211; create Google Group &#8211; rubydoctest</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><span class="caps">TODO</span> &#8211; pick <span class="caps">SVN</span> or Git instructions</p>
 
 
<p>The trunk repository is <code>svn://rubyforge.org/var/svn/rubydoctest/trunk</code> for anonymous access.</p>
 
 
<p><span class="caps">OOOORRRR</span></p>
 
 
<p>You can fetch the source from either:</p>
 
 
<ul>
<li>rubyforge: <span class="caps">MISSING IN ACTION</span></li>
</ul>
 
 
<p><span class="caps">TODO</span> &#8211; You can not created a RubyForge project, OR have not run <code>rubyforge config</code>
yet to refresh your local rubyforge data with this projects&#8217; id information.</p>
 
 
<p>When you do this, this message will magically disappear!</p>
 
 
<p>Or you can hack website/index.txt and make it all go away!!</p>
 
 
<ul>
<li>github: <a href="http://github.com/GITHUB_USERNAME/rubydoctest/tree/master">http://github.com/GITHUB_USERNAME/rubydoctest/tree/master</a></li>
</ul>
 
 
<pre>git clone git://github.com/GITHUB_USERNAME/rubydoctest.git</pre>
 
<p><span class="caps">TODO</span> &#8211; add &#8220;github_username: username&#8221; to ~/.rubyforge/user-config.yml and newgem will reuse it for future projects.</p>
 
 
<ul>
<li>gitorious: <a href="git://gitorious.org/rubydoctest/mainline.git">git://gitorious.org/rubydoctest/mainline.git</a></li>
</ul>
 
 
<pre>git clone git://gitorious.org/rubydoctest/mainline.git</pre>
 
<h3>Build and test instructions</h3>
 
 
<pre>cd rubydoctest
rake test
rake install_gem</pre>
 
<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/rubydoctest">forum</a></p>
    <p class="coda">
      <a href="mailto:duane.johnson@gmail.com">Duane Johnson</a>, 17th June 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>