Sha256: aba398c56e7b6e10819d5ad0448efb43f7c1bfdffcd7dd3d0b13c5f220614e9e
Contents?: true
Size: 1.85 KB
Versions: 3
Compression:
Stored size: 1.85 KB
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> Bivouac, the Documentation » File: AUTHORS </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" /> <script language="JavaScript" type="text/javascript"> // <![CDATA[ function toggleSource( id ) { var elem var link if( document.getElementById ) { elem = document.getElementById( id ) link = document.getElementById( "l_" + id ) } else if ( document.all ) { elem = eval( "document.all." + id ) link = eval( "document.all.l_" + id ) } else return false; if( elem.style.display == "block" ) { elem.style.display = "none" link.innerHTML = "show source" } else { elem.style.display = "block" link.innerHTML = "hide source" } } function openCode( url ) { window.open( url, "SOURCE_CODE", "width=400,height=400,scrollbars=yes" ) } // ]]> </script> </head> <body> <!-- <div id="menu"> <h3 class="title">File: AUTHORS</h3> </div> --> <div id="fullpage"> <div id="pager"> <table> <tr><td><img src="../rubyfr.png" /></td> <td id="pagertd"> <strong># File: AUTHORS<br /> [ "<a href="../files/README.html" value="File: README">README</a>", "<a href="../files/AUTHORS.html" value="File: AUTHORS">AUTHORS</a>", "<a href="../files/COPYING.html" value="File: COPYING">COPYING</a>", <a href="http://greg.rubyfr.net">nil</a>].each do<br /> end</strong> </td></tr> </table> </ul> </div> <div id="AUTHORS" class="page_shade"> <div class="page"> <div class="header"> <div class="path">AUTHORS / Fri May 11 09:13:59 +0200 2007</div> </div> <p> Gregoire Lejeune <glejeune.lejeune@free.fr> </p> </div> </div> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bivouac-0.0.5 | doc/rdoc/files/AUTHORS.html |
bivouac-0.0.4 | doc/rdoc/files/AUTHORS.html |
bivouac-0.0.6 | doc/rdoc/files/AUTHORS.html |