Skip to content

Commit 210fe51

Browse files
committed
Store the top-project data in _config.yml.
1 parent 8b33f3d commit 210fe51

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

_config.yml

+35
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,38 @@ downloads:
4949
url: http://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/ruby-1.9.1-p378-i386-mswin32.zip
5050
md5: 7d14a918cc8d243d3e2c409aff41f454
5151
comment: Stable version
52+
53+
top_projects:
54+
- name: FLVTool2
55+
url: http://rubyforge.org/projects/flvtool2/
56+
description: |
57+
FLVTool2 is a manipulation tool for Macromedia Flash Video files (FLV).
58+
It can calculate a lot of meta data, insert an onMetaData tag, cut FLV
59+
files, add cue points (onCuePoint), show the FLV structure and print
60+
meta data information in XML or YAML.
61+
62+
- name: Ruby Enterprise Edition
63+
url: http://rubyforge.org/projects/emm-ruby/
64+
description: |
65+
Ruby Enterprise Edition is a branch of Ruby, which includes an enhanced
66+
garbage collector and developer tools. This allows one to reduce memory
67+
usage of Ruby on Rails applications by 33% on average.
68+
69+
- name: SQLite-Ruby
70+
url: http://rubyforge.org/projects/sqlite-ruby/
71+
description: |
72+
A Ruby interface for the SQLite database engine.
73+
74+
- name: Ruby/DBI
75+
url: http://rubyforge.org/projects/ruby-dbi/
76+
description: |
77+
Ruby/DBI develops a database independent interface for accessing
78+
databases - similar to Perl's DBI.
79+
80+
- name: Watir
81+
url: http://rubyforge.org/projects/wtr/
82+
description: |
83+
Watir is a testing tool for automating browser-based tests of web
84+
applications. It is a Ruby library that works with Internet Explorer
85+
and Firefox.
86+

0 commit comments

Comments
 (0)