Skip to content

Commit 5d64048

Browse files
committed
Cleaned up documentation and Rakefile
1 parent bc323b0 commit 5d64048

3 files changed

Lines changed: 5 additions & 22 deletions

File tree

content/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,9 @@ <h2>Network Management the Ruby Way</h2>
9292
<h2>Getting Started</h2>
9393

9494
<h3>Install</h3>
95-
<p>If you already have <a href="http://docs.rubygems.org/">RubyGems</a> all you need to do is:</p>
95+
<p>Using <a href="http://rubygems.org/">RubyGems</a> all you need to do is:</p>
9696
<p><code>gem install snmp</code></p>
97-
<p>If you don't have RubyGems then <a href="http://rubyforge.org/frs/?group_id=126">go get it</a>. Otherwise, you will need to <a href="http://rubyforge.org/projects/snmplib/">download</a> the library from RubyForge, uncompress it, and run install.rb to install it.</p>
98-
97+
9998
<h3>Import MIBs</h3>
10099
<p>If you are using standard <a href="http://www.ietf.org/">IETF</a> MIBs then you're ready to go. Most of the IETF MIBs have been included for you with Ruby SNMP. Just list the MIBs that you need when you open your SNMP session and you will have full symbolic access to all of the OIDs.</p>
101100

@@ -138,15 +137,15 @@ <h3>Net-SNMP</h3>
138137
</div>
139138
<div id="sidebar">
140139
<h3><a href="doc/index.html">Documentation &raquo;</a></h3>
141-
<h3><a href="http://rubyforge.org/projects/snmplib/">Download &raquo;</a></h3>
140+
<h3><a href="http://rubygems.org/gems/snmp/">Download &raquo;</a></h3>
142141
<h3>Happy Users</h3>
143142
<div id="quotes">
144143
<p>&ldquo;I'd like to thank you for such a fantastic library.&rdquo;</p>
145144
<p>&ldquo;This is excellent - better functionality than Perl's Net::SNMP
146145
module.&rdquo;</p>
147146
<p>&ldquo;Your work alone heightens my interest in Ruby quite a bit.&rdquo;</p>
148147
</div>
149-
<p>Have feeback? Send it <a href="http://rubyforge.org/sendmessage.php?touser=842">via RubyForge</a>.</p>
148+
<p>Have feeback? Send it <a href="https://github.com/hallidave/ruby-snmp/">via GitHub</a>.</p>
150149
<h3>What is SNMP?</h3>
151150
<p>SNMP is the Simple Network Management Protocol. This protocol provides the capability to monitor and manage switches, routers, printers, desktops, and other equipment in your network.</p>
152151

generate.rb

Lines changed: 0 additions & 16 deletions
This file was deleted.

upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
scp -r web/* davehal@rubyforge.org:/var/www/gforge-projects/snmplib
2+
scp -r site/* davehal@rubyforge.org:/var/www/gforge-projects/snmplib

0 commit comments

Comments
 (0)