doc/files/README.html in ruby-breakpoint-0.5.0 vs doc/files/README.html in ruby-breakpoint-0.5.1
- old
+ new
@@ -1,154 +1,155 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
- <title>File: README</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
- <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
- <script type="text/javascript">
- // <![CDATA[
-
- function popupCode( url ) {
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
- }
-
- function toggleCode( id ) {
- if ( document.getElementById )
- elem = document.getElementById( id );
- else if ( document.all )
- elem = eval( "document.all." + id );
- else
- return false;
-
- elemStyle = elem.style;
-
- if ( elemStyle.display != "block" ) {
- elemStyle.display = "block"
- } else {
- elemStyle.display = "none"
- }
-
- return true;
- }
-
- // Make codeblocks hidden by default
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
-
- // ]]>
- </script>
-
-</head>
-<body>
-
-
-
- <div id="fileHeader">
- <h1>README</h1>
- <table class="header-table">
- <tr class="top-aligned-row">
- <td><strong>Path:</strong></td>
- <td>README
- </td>
- </tr>
- <tr class="top-aligned-row">
- <td><strong>Last Update:</strong></td>
- <td>Fri Mar 04 20:52:10 Westeuropäische Normalzeit 2005</td>
- </tr>
- </table>
- </div>
- <!-- banner header -->
-
- <div id="bodyContent">
-
-
-
- <div id="contextContent">
-
- <div id="description">
- <h1>ruby-breakpoint 0.5.0 README</h1>
-<p>
-ruby-breakpoint lets you inspect and modify state at run time. This allows
-you to diagnose bugs, patch
applications and more all via IRB by simply
-doing a method call at the place you want to investigate.
-</p>
-<p>
-ruby-breakpoint is integrated into the popular RubyOnRails and Nitro web
-development frameworks. In the past it has also been a part of the Ruby
-dev-utils Project.
-</p>
-<p>
-ruby-breakpoint is available from <a
-href="http://ruby-breakpoint.rubyforge.org">ruby-breakpoint.rubyforge.org</a>/
-— that web site also is a good place for discussing new features,
-filing bug reports and so on.
-</p>
-<p>
-See the NEWS file for the changes that were done in this release.
-</p>
-<h2>Requirements</h2>
-<ul>
-<li>Ruby >= 1.8.2
-
-</li>
-<li>DRb, IRB (usually shipped with Ruby, but not on Debian)
-
-</li>
-</ul>
-<h2>Installation</h2>
-<p>
-De-compress archive and enter its top directory. Then type:
-</p>
-<pre>
- ($ su)
- # ruby setup.rb
-</pre>
-<p>
-These simple step installs this program under the default location of Ruby
-libraries. You can also install files into your favorite directory by
-supplying setup.rb some options. Try "ruby setup.rb —help".
-</p>
-<h2>License</h2>
-<p>
-Dual licensed under GPL and Ruby’s custom license. See COPYING.
-</p>
-<h2>Author</h2>
-<p>
-Florian Gross, flgr@ccan.de
-</p>
-
- </div>
-
-
- </div>
-
-
- </div>
-
-
- <!-- if includes -->
-
- <div id="section">
-
-
-
-
-
-
-
-
- <!-- if method_list -->
-
-
- </div>
-
-
-<div id="validator-badges">
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
-</div>
-
-</body>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>File: README</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
+ <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
+ <script type="text/javascript">
+ // <![CDATA[
+
+ function popupCode( url ) {
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
+ }
+
+ function toggleCode( id ) {
+ if ( document.getElementById )
+ elem = document.getElementById( id );
+ else if ( document.all )
+ elem = eval( "document.all." + id );
+ else
+ return false;
+
+ elemStyle = elem.style;
+
+ if ( elemStyle.display != "block" ) {
+ elemStyle.display = "block"
+ } else {
+ elemStyle.display = "none"
+ }
+
+ return true;
+ }
+
+ // Make codeblocks hidden by default
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
+
+ // ]]>
+ </script>
+
+</head>
+<body>
+
+
+
+ <div id="fileHeader">
+ <h1>README</h1>
+ <table class="header-table">
+ <tr class="top-aligned-row">
+ <td><strong>Path:</strong></td>
+ <td>README
+ </td>
+ </tr>
+ <tr class="top-aligned-row">
+ <td><strong>Last Update:</strong></td>
+ <td>Sun Jun 04 18:12:39 CEST 2006</td>
+ </tr>
+ </table>
+ </div>
+ <!-- banner header -->
+
+ <div id="bodyContent">
+
+
+
+ <div id="contextContent">
+
+ <div id="description">
+ <h1>ruby-breakpoint 0.5.1 README</h1>
+<p>
+ruby-breakpoint lets you inspect and modify state at run time. This allows
+you to diagnose bugs, patch applications and more all via IRB by simply
+doing a method call at the place you want to investigate.
+</p>
+<p>
+ruby-breakpoint is integrated into the popular RubyOnRails and Nitro web
+development frameworks. In the past it has also been a part of the Ruby
+dev-utils Project.
+</p>
+<p>
+ruby-breakpoint is available from <a
+href="http://ruby-breakpoint.rubyforge.org">ruby-breakpoint.rubyforge.org</a>/
+— that web site also is a good place for discussing new features,
+filing bug reports and so on.
+</p>
+<p>
+See the NEWS file for the changes that were done in this release.
+</p>
+<h2>Requirements</h2>
+<ul>
+<li>Ruby >= 1.8.2
+
+</li>
+<li>DRb, IRB (usually shipped with Ruby, but not on Debian)
+
+</li>
+</ul>
+<h2>Installation</h2>
+<p>
+De-compress archive and enter its top directory. Then type:
+</p>
+<pre>
+ ($ su)
+ # ruby setup.rb
+</pre>
+<p>
+This simple step installs this program under the default location of Ruby
+libraries. You can also install files into your favorite directory by
+supplying setup.rb with some options. Try "ruby setup.rb
+—help".
+</p>
+<h2>License</h2>
+<p>
+Dual licensed under GPL and Ruby’s custom license. See COPYING.
+</p>
+<h2>Author</h2>
+<p>
+Florian Gross, flgr@ccan.de
+</p>
+
+ </div>
+
+
+ </div>
+
+
+ </div>
+
+
+ <!-- if includes -->
+
+ <div id="section">
+
+
+
+
+
+
+
+
+ <!-- if method_list -->
+
+
+ </div>
+
+
+<div id="validator-badges">
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
+</div>
+
+</body>
</html>
\ No newline at end of file