Changeset 884
- Timestamp:
- 05/02/07 22:22:15 (2 years ago)
- Files:
-
- ruport-www/resources.html (added)
- ruport-www/ruport.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ruport-www/ruport.html
r882 r884 13 13 <div id="mainNav"> 14 14 <ul> 15 <li><a href="ruport.html">Overview</a></li> 15 16 <li><a href="http://api.rubyreports.org/">API Docs</a></li> 16 17 <li><a href="http://list.rubyreports.org">Mailing List</a></li> 17 18 <li><a href="http://code.rubyreports.org">Wiki</a></li> 18 19 <li><a href="http://blog.rubyreports.org/">Blog</a></li> 19 <li><a href="">Examples</a></li> 20 <li><a href="">Cheatsheets</a></li> 20 <li><a href="resources.html">Resources</a></li> 21 21 </ul> 22 22 </div> … … 56 56 Ruport projects as time goes on.</p> 57 57 58 <h2>Get it</h2>58 <h2>Get Ruport</h2> 59 59 60 60 <p>Ruport and its dependencies:</p> 61 61 <pre>gem install ruport -y</pre> 62 62 63 <p>The Ru port Utilities package (optional)</p>63 <p>The Ruby Reports Utilities package (optional):</p> 64 64 <pre>gem install ruport-util -y</pre> 65 65 66 <h2> Get Help</h2>66 <h2>Need Help?</h2> 67 67 68 <p><a href="http://list.rubyreports.org">Mailing List</a></p> 69 70 <p>Please sign up even if you do not want to receive any mails, so we know 71 who is interested in Ruport out there. All questions are welcome on 72 the list, both support related and development.</p> 73 74 <p>IRC:</p> 75 <p>#ruport on Freenode</p> 76 77 <p><a href="http://api.rubyreports.org/">API Documentation</a></p> 78 79 <p>If you spot defects in the docs, or are having trouble understanding 80 them, please file bug reports.</p> 81 82 <p><a href="http://code.rubyreports.org">Trac Wiki</a></p> 83 84 <p>Keep an eye on it for helpful resources in the near future.</p> 85 86 <h2>Get Involved</h2> 68 <p>If you're looking for help with Ruport or want to get involved with our 69 community, have a look at some of the 70 <a href="resources.html">Resources</a> we have available.</p> 71 72 <h2>Help Us</h2> 87 73 88 74 <p>We'd really appreciate feedback from our users so we can make tweaks … … 90 76 91 77 <p> 92 File change requests andbug reports on the78 You can make change requests and submit bug reports on the 93 79 <a href="http://code.rubyreports.org">Trac site</a> 94 80 (use the account ruport / blinky to file tickets).
