doc/index.html in linux-tools-0.2.0 vs doc/index.html in linux-tools-0.2.1
- old
+ new
@@ -1,90 +1,109 @@
<!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>
- <meta http-equiv="Content-Type" content="text/html; charset=en_in" />
-<title>Documentation by YARD 0.6.8</title>
-<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
-<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>
+ File: README
+
+ — Documentation by YARD 0.8.2.1
+
+</title>
+ <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
+
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
+
<script type="text/javascript" charset="utf-8">
+ hasFrames = window.top.frames.main ? true : false;
relpath = '';
- if (relpath != '') relpath += '/';
+ framesUrl = "frames.html#!" + escape(window.location.href);
</script>
-<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
-<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
+
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
+
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
+
+
</head>
<body>
- <script type="text/javascript" charset="utf-8">
- if (window.top.frames.main) document.body.className = 'frames';
- </script>
-
<div id="header">
<div id="menu">
- <a href="_index.html" title="Index">Index</a> »
+ <a href="_index.html">Index</a> »
<span class="title">File: README</span>
-
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
</div>
<div id="search">
- <a id="class_list_link" href="#">Class List</a>
- <a id="method_list_link" href="#">Method List</a>
- <a id ="file_list_link" href="#">File List</a>
+
+ <a class="full_list_link" id="class_list_link"
+ href="class_list.html">
+ Class List
+ </a>
+
+ <a class="full_list_link" id="method_list_link"
+ href="method_list.html">
+ Method List
+ </a>
+
+ <a class="full_list_link" id="file_list_link"
+ href="file_list.html">
+ File List
+ </a>
+
</div>
-
<div class="clear"></div>
</div>
-
+
<iframe id="search_frame"></iframe>
-
- <div id="content"><div id='filecontents'><h1>linux-tools</h1>
-<p>
-Description goes here.
-</p>
-<h2>Contributing to linux-tools</h2>
-<ul>
-<li>Check out the latest master to make sure the feature hasn’t been
-implemented or the bug hasn’t been fixed yet
-</li>
-<li>Check out the issue tracker to make sure someone already hasn’t
-requested it and/or contributed it
+ <div id="content"><div id='filecontents'>
+<h1>linux-tools</h1>
-</li>
-<li>Fork the project
+<p>This is a veryy basic ruby gem which will allow users to execute common and
+basic linux commands from ‘irb’ itself. Currently implemented commands are
+ls,cd,cat,chmod,cp. More of the commands will be implemented by the day.</p>
-</li>
-<li>Start a feature/bugfix branch
+<h1>Usage</h1>
-</li>
-<li>Commit and push until you are happy with your contribution
+<p>ls : Lt.ls cd : Lt.cd, then on pressing enter, directory name.</p>
-</li>
-<li>Make sure to add tests for it. This is important so I don’t break it
-in a future version unintentionally.
-
-</li>
-<li>Please try not to mess with the Rakefile, version, or history. If you want
+<h2>Contributing to linux-tools</h2>
+<ul><li>
+<p>Check out the latest master to make sure the feature hasn’t been
+implemented or the bug hasn’t been fixed yet</p>
+</li><li>
+<p>Check out the issue tracker to make sure someone already hasn’t requested
+it and/or contributed it</p>
+</li><li>
+<p>Fork the project</p>
+</li><li>
+<p>Start a feature/bugfix branch</p>
+</li><li>
+<p>Commit and push until you are happy with your contribution</p>
+</li><li>
+<p>Make sure to add tests for it. This is important so I don’t break it in a
+future version unintentionally.</p>
+</li><li>
+<p>Please try not to mess with the Rakefile, version, or history. If you want
to have your own version, or is otherwise necessary, that is fine, but
-please isolate to its own commit so I can cherry-pick around it.
+please isolate to its own commit so I can cherry-pick around it.</p>
+</li></ul>
-</li>
-</ul>
<h2>Copyright</h2>
-<p>
-Copyright © 2011 Mrigesh Pokhrel. See LICENSE.txt for further details.
-</p>
+
+<p>Copyright © 2011 Mrigesh Pokhrel. See LICENSE.txt for further details.</p>
</div></div>
-
+
<div id="footer">
- Generated on Fri Apr 29 14:56:50 2011 by
+ Generated on Sat Jun 23 03:07:04 2012 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
- 0.6.8 (ruby-1.8.7).
+ 0.8.2.1 (ruby-1.9.3).
</div>
</body>
</html>
\ No newline at end of file