Skip to content

Commit 06e8a61

Browse files
committed
Render the top-project data.
1 parent 210fe51 commit 06e8a61

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

_includes/sidebar.html

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,9 @@ <h3><strong>Participate</strong> in a friendly and growing community.</h3>
4141
<h3>Some Top Ruby Projects</h3>
4242

4343
<ul>
44-
<li><a href="http://rubyforge.org/projects/flvtool2/" title="FLVTool2 is a manipulation tool for Macromedia Flash Video files (FLV).
45-
It can calculate a lot of meta data, insert an onMetaData tag, cut FLV files, add cue points (onCuePoint), show the FLV structure and print meta data information in XML or YAML.">FLVTool2</a></li>
46-
47-
<li><a href="http://rubyforge.org/projects/emm-ruby/" title="Ruby Enterprise Edition is a branch of Ruby, which includes an enhanced garbage collector and developer tools. This allows one to reduce memory usage of Ruby on Rails applications by 33% on average.">Ruby Enterprise Edition</a></li>
48-
49-
<li><a href="http://rubyforge.org/projects/sqlite-ruby/" title="A Ruby interface for the SQLite database engine.">SQLite-Ruby</a></li>
50-
51-
<li><a href="http://rubyforge.org/projects/ruby-dbi/" title="Ruby/DBI develops a database independent interface for accessing databases - similar to Perl's DBI.">Ruby/DBI</a></li>
52-
53-
<li><a href="http://rubyforge.org/projects/wtr/" title="Watir is a testing tool for automating browser-based tests of web applications. It is a Ruby library that works with Internet Explorer and Firefox.">Watir</a></li>
54-
44+
{% for project in site.top_projects %}
45+
<li><a href="{{ project.url }}" title="{{ project.description }}">{{ project.name }}</a></li>
46+
{% endfor %}
5547
</ul>
5648
<p class="more"><a href="/libraries/top-projects/">More&#8230;</a></p>
5749

0 commit comments

Comments
 (0)