| 1 | | <html> |
| 2 | | <head> |
| 3 | | <meta http-equiv="Content-type" content="text/html; charset=utf-8"> |
| 4 | | <title>atomutil</title> |
| 5 | | |
| 6 | | </head> |
| 7 | | <body id="body"> |
| 8 | | <p>This page has not yet been created for RubyGem <code>atomutil</code></p> |
| 9 | | <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> |
| 10 | | </body> |
| | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
| | 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| | 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| | 4 | <head> |
| | 5 | <link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" /> |
| | 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| | 7 | <title> |
| | 8 | atomutil |
| | 9 | </title> |
| | 10 | <script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script> |
| | 11 | <style> |
| | 12 | |
| | 13 | </style> |
| | 14 | <script type="text/javascript"> |
| | 15 | window.onload = function() { |
| | 16 | settings = { |
| | 17 | tl: { radius: 10 }, |
| | 18 | tr: { radius: 10 }, |
| | 19 | bl: { radius: 10 }, |
| | 20 | br: { radius: 10 }, |
| | 21 | antiAlias: true, |
| | 22 | autoPad: true, |
| | 23 | validTags: ["div"] |
| | 24 | } |
| | 25 | var versionBox = new curvyCorners(settings, document.getElementById("version")); |
| | 26 | versionBox.applyCornersToAll(); |
| | 27 | } |
| | 28 | </script> |
| | 29 | </head> |
| | 30 | <body> |
| | 31 | <div id="main"> |
| | 32 | |
| | 33 | <h1>atomutil</h1> |
| | 34 | <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/atomutil"; return false'> |
| | 35 | <p>Get Version</p> |
| | 36 | <a href="http://rubyforge.org/projects/atomutil" class="numbers">0.0.7</a> |
| | 37 | </div> |
| | 38 | <h1>&#x2192; ‘atomutil’</h1> |
| | 39 | <h2>What</h2> |
| | 40 | <h2>Installing</h2> |
| | 41 | <p><pre class='syntax'><span class="ident">sudo</span> <span class="ident">gem</span> <span class="ident">install</span> <span class="ident">atomutil</span></pre></p> |
| | 42 | <h2>The basics</h2> |
| | 43 | <h2>Demonstration of usage</h2> |
| | 44 | <h2>Forum</h2> |
| | 45 | <p><a href="http://groups.google.com/group/atomutil">http://groups.google.com/group/atomutil</a></p> |
| | 46 | <p><span class="caps">TODO</span> – create Google Group – atomutil</p> |
| | 47 | <h2>How to submit patches</h2> |
| | 48 | <p>Read the <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/">8 steps for fixing other people’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> |
| | 49 | <p>The trunk repository is <code>svn://rubyforge.org/var/svn/atomutil/trunk</code> for anonymous access.</p> |
| | 50 | <h2>License</h2> |
| | 51 | <p>This code is free to use under the terms of the <span class="caps">MIT</span> license.</p> |
| | 52 | <h2>Contact</h2> |
| | 53 | <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/atomutil">forum</a></p> |
| | 54 | <p class="coda"> |
| | 55 | <a href="FIXME email">FIXME full name</a>, 29th August 2008<br> |
| | 56 | Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a> |
| | 57 | </p> |
| | 58 | </div> |
| | 59 | |
| | 60 | <!-- insert site tracking codes here, like Google Urchin --> |
| | 61 | |
| | 62 | </body> |