Skip to content

Commit 5bf7ad2

Browse files
committed
Finished importing pt/ (issue #9).
1 parent feede74 commit 5bf7ad2

File tree

36 files changed

+3438
-0
lines changed

36 files changed

+3438
-0
lines changed

Diff for: pt/bibliotecas/index.md

+104
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
---
2+
layout: page
3+
title: "Bibliotecas"
4+
lang: pt
5+
---
6+
7+
Existe uma miríade útil e fascinante de bibliotecas para Ruby e muitas
8+
delas disponíveis através dos cómodos ficheiros *gem*. Outras são
9+
disponibilizadas como arquivos (.zip or .tar.gz) de código fonte.
10+
Vejamos como encontrar e instalar bibliotecas para uso próprio.
11+
12+
### <a name="encontrar-bibliotecas" />Encontrar Bibliotecas
13+
14+
O [**RubyForge(RubyForge)**][1] é o famoso *lar* das bibliotecas de
15+
Ruby. Um bom local para explorar é o seu [mapa de software][2], que
16+
lista as bibliotecas por tópico. (Se acabar por criar as suas próprias
17+
bibliotecas, poderá [registar][3] o seu projecto no *Rubyforge* para
18+
obter um repositório em Subversion, espaço para alojamento do sítio do
19+
projecto e listas de discussão.)
20+
21+
O [***Ruby Application Archive(Ruby Application Archive)***][4] (ou RAA)
22+
é um directório de toda a conduta de software Ruby, categorizado por
23+
função. Actualmente a categoria [*Database*][5] é que tem mais entradas
24+
vencendo por 1 sobre [*Net*][6]. [HTML][7] e [XML][8] são também
25+
populares. Existem até quatro entradas em [Physics][9].
26+
27+
### <a name="utilizando-rubygems" />Utilizando a biblioteca *RubyGems*
28+
29+
Apesar do programa de instalação em Windows incluir *RubyGems*, muitos
30+
sistemas operativos não as incluem. Se estes comandos não estiverem a
31+
funcionar consigo, consulte por favor, [Instalando a biblioteca
32+
*RubyGems*](#instalando-rubygems).
33+
34+
#### Procurar por Gemas
35+
36+
O comando de **procura** pode ser usado para encontrar gemas com
37+
determinado nome. Para procurar a palavra “html” no nome da gema:
38+
39+
`
40+
$ gem search html --remote
41+
42+
*** REMOTE GEMS ***
43+
44+
html-sample (1.0, 1.1)
45+
A sample Ruby gem, just to illustrate how RubyGems works.
46+
` (*A flag `--remote` indica que estamos a procurar nas gemas oficiais do
47+
RubyForge*)
48+
49+
#### Instalando uma Gema
50+
51+
Uma vez encontrada a gema que se deseja, **instalar**\:
52+
53+
`
54+
$ gem install html-sample
55+
` Poderá também instalar uma determinada versão da biblioteca utilizando a
56+
flag `--version`.
57+
58+
`
59+
$ gem install html-sample --version 1.0
60+
` #### Listando Todas as Gemas
61+
62+
Para uma **lista** completa de todas as gemas no *Rubyforge*\:
63+
64+
`
65+
$ gem list --remote
66+
` Para listar somente as gemas que se instalaram, não use a flag.
67+
68+
`
69+
$ gem list
70+
` Para mais informações acerca da utilização da biblioteca *RubyGems*,
71+
veja [**o manual oficial**][10], que inclui exemplos para a gemas nas
72+
suas scripts.
73+
74+
### <a name="instalando-rubygems" />Instalando a biblioteca *RubyGems*
75+
76+
Para instalar a biblioteca *RubyGems*, descarregue a sua versão 0.9.0 da
77+
[página de downloads][11]. Descompacte o arquivo e execute `setup.rb`.
78+
Em alguns sistemas operativos será necessário executar esta operação
79+
como administrador.
80+
81+
Em Linux, por exemplo:
82+
83+
`
84+
$ tar xzvf rubygems-0.9.0.tar.gz
85+
$ cd rubygems-0.9.0
86+
$ su -
87+
# ruby setup.rb
88+
` Se necessitar mais instruções sobre como o Ruby, veja o [**capítulo de
89+
instalação**][12] no manual da biblioteca *RubyGems*.
90+
91+
92+
93+
[1]: http://rubyforge.org/
94+
[2]: http://rubyforge.org/softwaremap/trove_list.php
95+
[3]: http://rubyforge.org/register/
96+
[4]: http://raa.ruby-lang.org/
97+
[5]: http://raa.ruby-lang.org/cat.rhtml?category_major=Library;category_minor=Database
98+
[6]: http://raa.ruby-lang.org/cat.rhtml?category_major=Library;category_minor=Net
99+
[7]: http://raa.ruby-lang.org/cat.rhtml?category_major=Library;category_minor=HTML
100+
[8]: http://raa.ruby-lang.org/cat.rhtml?category_major=Library;category_minor=XML
101+
[9]: http://raa.ruby-lang.org/cat.rhtml?category_major=Library;category_minor=Physics
102+
[10]: http://rubygems.org/read/chapter/1
103+
[11]: http://rubyforge.org/frs/?group_id=126
104+
[12]: http://rubygems.org/read/chapter/3

Diff for: pt/bibliotecas/top-de-projectos-ruby/index.md

+269
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,269 @@
1+
---
2+
layout: page
3+
title: "Top de Projectos Ruby"
4+
lang: pt
5+
---
6+
7+
*Esta é uma lista dos 30 projectos Ruby mais descarregados (de acordo
8+
com [RubyForge][1]).*
9+
10+
<table id="top-projects-table" border="0" cellspacing="0" cellpadding="0">
11+
<thead><tr>
12+
<th class="rank">Posição</th>
13+
<th class="project">Projecto</th>
14+
<th class="downloads">Downloads</th>
15+
</tr></thead>
16+
<tbody>
17+
<tr>
18+
<td class="rank">1</td>
19+
<td class="project">
20+
<h4><a href="http://rubyforge.org/projects/rubyinstaller/">Ruby Installer for Windows</a></h4>
21+
<p>A self-contained installer that includes the Ruby language, several popular extensions, an HTML Help based API reference, and the "Book of Ruby" courtesy of Huw Collingbourne. Platforms: Windows 2000/XP/Vista/7.</p>
22+
</td>
23+
<td class="downloads">6,022,785</td>
24+
</tr>
25+
<tr>
26+
<td class="rank">2</td>
27+
<td class="project">
28+
<h4><a href="http://rubyforge.org/projects/rubygems/">RubyGems</a></h4>
29+
<p>RubyGems is the Ruby standard for publishing and managing third party libraries.</p>
30+
</td>
31+
<td class="downloads">3,240,431</td>
32+
</tr>
33+
<tr>
34+
<td class="rank">3</td>
35+
<td class="project">
36+
<h4><a href="http://rubyforge.org/projects/rails/">Rails</a></h4>
37+
<p>Rails is a web-application framework for the MVC pattern that includes both a template engine, controller framework, and object-relational mapping package. Everything needed to develop web-apps that can run on CGI, FastCGI, and mod_ruby.</p>
38+
</td>
39+
<td class="downloads">1,396,022</td>
40+
</tr>
41+
<tr>
42+
<td class="rank">4</td>
43+
<td class="project">
44+
<h4><a href="http://rubyforge.org/projects/instantrails/">Instant Rails</a></h4>
45+
<p>Instant Rails is a one-stop Rails runtime solution containing Ruby, Rails, Apache, and MySQL, all pre-configured and ready to run. No installer, you simply drop it into the directory of your choice and run it. It does not modify your system environment. </p>
46+
</td>
47+
<td class="downloads">1,005,086</td>
48+
</tr>
49+
<tr>
50+
<td class="rank">5</td>
51+
<td class="project">
52+
<h4><a href="http://rubyforge.org/projects/rubot/">Rubot</a></h4>
53+
<p>Feature-rich framework for easy development of MediaWiki bots. Contains a stand-alone base library, utilities for common tasks and adapters for advanced bots (monitoring, analysing, etc). Is able to use MediaWiki's build-in API but can even run without!</p>
54+
</td>
55+
<td class="downloads">785,264</td>
56+
</tr>
57+
<tr>
58+
<td class="rank">6</td>
59+
<td class="project">
60+
<h4><a href="http://rubyforge.org/projects/redmine/">Redmine</a></h4>
61+
<p>Redmine is a flexible project management web application: issues tracking, news, documents and files management. Issue tracking is now hosted at www.redmine.org</p>
62+
</td>
63+
<td class="downloads">541,967</td>
64+
</tr>
65+
<tr>
66+
<td class="rank">7</td>
67+
<td class="project">
68+
<h4><a href="http://rubyforge.org/projects/flvtool2/">FLVTool2</a></h4>
69+
<p>FLVTool2 is a manipulation tool for Macromedia Flash Video files (FLV).
70+
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.</p>
71+
</td>
72+
<td class="downloads">423,935</td>
73+
</tr>
74+
<tr>
75+
<td class="rank">8</td>
76+
<td class="project">
77+
<h4><a href="http://rubyforge.org/projects/rmagick/">RMagick</a></h4>
78+
<p>RMagick is moving to GitHub! See our new repository at: http://github.com/rmagick/rmagick. RMagick is an interface to the ImageMagick and GraphicsMagick image processing libraries. See http://rmagick.rubyforge.org/ for prereqs, install FAQ, more.</p>
79+
</td>
80+
<td class="downloads">316,506</td>
81+
</tr>
82+
<tr>
83+
<td class="rank">9</td>
84+
<td class="project">
85+
<h4><a href="http://rubyforge.org/projects/net-ssh/">Net::SSH</a></h4>
86+
<p>Net::SSH is to SSH as Net::Telnet is to Telnet and Net::HTTP is to HTTP. Perform non-interactive SSH processing, purely from Ruby! *** LATEST GEMS AVAILABLE VIA RUBYGEMS.ORG ***</p>
87+
</td>
88+
<td class="downloads">261,467</td>
89+
</tr>
90+
<tr>
91+
<td class="rank">10</td>
92+
<td class="project">
93+
<h4><a href="http://rubyforge.org/projects/emm-ruby/">Ruby Enterprise Edition</a></h4>
94+
<p>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.</p>
95+
</td>
96+
<td class="downloads">254,406</td>
97+
</tr>
98+
<tr>
99+
<td class="rank">11</td>
100+
<td class="project">
101+
<h4><a href="http://rubyforge.org/projects/phprpc/">PHPRPC for Ruby</a></h4>
102+
<p>PHPRPC is a Perfect High Performance Remote Procedure Calling that works over the Internet. It's secure and fast. It has a smaller overhead. It's powerful and easy to use. This project is implements of PHPRPC client and server for Ruby.http://phprpc.org</p>
103+
</td>
104+
<td class="downloads">235,037</td>
105+
</tr>
106+
<tr>
107+
<td class="rank">12</td>
108+
<td class="project">
109+
<h4><a href="http://rubyforge.org/projects/rake/">Rake</a></h4>
110+
<p>Rake is a Ruby make-like utility using standard Ruby syntax for the build specification file.</p>
111+
</td>
112+
<td class="downloads">218,458</td>
113+
</tr>
114+
<tr>
115+
<td class="rank">13</td>
116+
<td class="project">
117+
<h4><a href="http://rubyforge.org/projects/codeforpeople/">codeforpeople</a></h4>
118+
<p>dozens of ruby libraries released by codeforpeople.com</p>
119+
</td>
120+
<td class="downloads">198,819</td>
121+
</tr>
122+
<tr>
123+
<td class="rank">14</td>
124+
<td class="project">
125+
<h4><a href="http://rubyforge.org/projects/activesupport/">Active Support</a></h4>
126+
<p>Utility classes and extension to the standard library that were required by Rails, but found of general use.</p>
127+
</td>
128+
<td class="downloads">178,203</td>
129+
</tr>
130+
<tr>
131+
<td class="rank">15</td>
132+
<td class="project">
133+
<h4><a href="http://rubyforge.org/projects/sqlite-ruby/">SQLite-Ruby</a></h4>
134+
<p>A Ruby interface for the SQLite database engine.</p>
135+
</td>
136+
<td class="downloads">177,839</td>
137+
</tr>
138+
<tr>
139+
<td class="rank">16</td>
140+
<td class="project">
141+
<h4><a href="http://rubyforge.org/projects/seattlerb/">Seattle.rb Projects</a></h4>
142+
<p>Seattle.rb's treasure-trove! hoe, ruby2ruby, image_science, rails_analyzer_tools, flay, flog, and many many others.</p>
143+
</td>
144+
<td class="downloads">173,404</td>
145+
</tr>
146+
<tr>
147+
<td class="rank">17</td>
148+
<td class="project">
149+
<h4><a href="http://rubyforge.org/projects/activerecord/">ActiveRecord</a></h4>
150+
<p>Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database tables and classes together for business objects, like Customer or Subscription, that can find, save, and destroy themselves without resorting to manual SQL.</p>
151+
</td>
152+
<td class="downloads">170,034</td>
153+
</tr>
154+
<tr>
155+
<td class="rank">18</td>
156+
<td class="project">
157+
<h4><a href="http://rubyforge.org/projects/win32utils/">Win32 Utils</a></h4>
158+
<p>The Win32Utils project is a series of libraries that provide Ruby interfaces to various Windows systems and services.
159+
This project only supports Windows 2000 and later.</p>
160+
</td>
161+
<td class="downloads">158,138</td>
162+
</tr>
163+
<tr>
164+
<td class="rank">19</td>
165+
<td class="project">
166+
<h4><a href="http://rubyforge.org/projects/ruby/">Ruby</a></h4>
167+
<p>Main Ruby language project for providing a mirror of the Ruby releases, tracking bugs, etc.</p>
168+
</td>
169+
<td class="downloads">153,349</td>
170+
</tr>
171+
<tr>
172+
<td class="rank">20</td>
173+
<td class="project">
174+
<h4><a href="http://rubyforge.org/projects/ruby-dbi/">Ruby/DBI</a></h4>
175+
<p>Ruby/DBI develops a database independent interface for accessing databases - similar to Perl's DBI.</p>
176+
</td>
177+
<td class="downloads">147,550</td>
178+
</tr>
179+
<tr>
180+
<td class="rank">21</td>
181+
<td class="project">
182+
<h4><a href="http://rubyforge.org/projects/actionpack/">Action Pack</a></h4>
183+
<p>Eases web-request routing, handling, and response as a half-way front, half-way page controller. Implemented with specific emphasis on enabling easy unit/integration testing that doesn't require a browser.</p>
184+
</td>
185+
<td class="downloads">146,452</td>
186+
</tr>
187+
<tr>
188+
<td class="rank">22</td>
189+
<td class="project">
190+
<h4><a href="http://rubyforge.org/projects/instiki/">Instiki</a></h4>
191+
<p>A wiki clone pretty and easy to set up. Runs on Rails and focuses on portability and stability. Supports file uploads, PDF export, RSS, multiple users and password protection. Some use Instiki as a CMS because of it’s ability to export static pages.</p>
192+
</td>
193+
<td class="downloads">141,966</td>
194+
</tr>
195+
<tr>
196+
<td class="rank">23</td>
197+
<td class="project">
198+
<h4><a href="http://rubyforge.org/projects/wtr/">Watir</a></h4>
199+
<p>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.</p>
200+
</td>
201+
<td class="downloads">134,889</td>
202+
</tr>
203+
<tr>
204+
<td class="rank">24</td>
205+
<td class="project">
206+
<h4><a href="http://rubyforge.org/projects/actionmailer/">Action Mailer</a></h4>
207+
<p>Simplifies the creation of mail service classes that uses Action View (from Action Pack) to render the body templates.</p>
208+
</td>
209+
<td class="downloads">123,093</td>
210+
</tr>
211+
<tr>
212+
<td class="rank">25</td>
213+
<td class="project">
214+
<h4><a href="http://rubyforge.org/projects/parsetree/">ParseTree - ruby parse tree tools</a></h4>
215+
<p>ParseTree is a C extension (using RubyInline) that extracts the parse tree for an entire class or a specific method and returns it as a s-expression (aka sexp) using ruby's arrays, strings, symbols, and integers.</p>
216+
</td>
217+
<td class="downloads">119,114</td>
218+
</tr>
219+
<tr>
220+
<td class="rank">26</td>
221+
<td class="project">
222+
<h4><a href="http://rubyforge.org/projects/mongrel/">Mongrel</a></h4>
223+
<p>A small fast HTTP server for Ruby and JRuby that can be used to host web frameworks directly with HTTP.
224+
Please report tickets on the Mongrel website: http://mongrel.rubyforge.org/ .</p>
225+
</td>
226+
<td class="downloads">117,417</td>
227+
</tr>
228+
<tr>
229+
<td class="rank">27</td>
230+
<td class="project">
231+
<h4><a href="http://rubyforge.org/projects/rde/">RDE</a></h4>
232+
<p>RDE is a Ruby IDE and editor on Windows. You can edit, run and debug scirpts on it.
233+
RDE is more light and quick than heavy other IDEs.</p>
234+
</td>
235+
<td class="downloads">116,338</td>
236+
</tr>
237+
<tr>
238+
<td class="rank">28</td>
239+
<td class="project">
240+
<h4><a href="http://rubyforge.org/projects/amazon-ec2/">Amazon EC2 Ruby Gem</a></h4>
241+
<p>NOTE : WE'VE MOVED. See the news or jump to our new home : https://github.com/grempe/amazon-ec2/ </p>
242+
</td>
243+
<td class="downloads">114,189</td>
244+
</tr>
245+
<tr>
246+
<td class="rank">29</td>
247+
<td class="project">
248+
<h4><a href="http://rubyforge.org/projects/freeride/">FreeRIDE</a></h4>
249+
<p>The FreeRIDE project is a pure Ruby Integrated Development Environment.</p>
250+
</td>
251+
<td class="downloads">113,456</td>
252+
</tr>
253+
<tr>
254+
<td class="rank">30</td>
255+
<td class="project">
256+
<h4><a href="http://rubyforge.org/projects/ruby-oci8/">ruby-oci8</a></h4>
257+
<p>ruby-oci8 is a ruby interface for Oracle using OCI8 API. It is available with Oracle8, Oracle8i, Oracle9i, Oracle10g and Oracle Instant Client. Use oracle module by yoshidam in RAA for Oracle7.</p>
258+
</td>
259+
<td class="downloads">108,311</td>
260+
</tr>
261+
</tbody>
262+
</table>
263+
264+
[Ver a lista dos 100 projectos com mais downloads…][2]
265+
266+
267+
268+
[1]: http://rubyforge.org "RubyForge"
269+
[2]: http://rubyforge.org/top/toplist.php?type=downloads "Ver a lista dos 100 projectos com mais downloads"

0 commit comments

Comments
 (0)