Skip to content

Commit 321900b

Browse files
committed
Converted /community/weblogs/ to markdown.
1 parent ae5c0f2 commit 321900b

File tree

2 files changed

+73
-52
lines changed

2 files changed

+73
-52
lines changed

community/weblogs/index.html

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

community/weblogs/index.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
layout: page
3+
title: Weblogs
4+
---
5+
6+
Ruby blogs have exploded over the past year and, given sufficient
7+
hunting, you can unearth hundreds of blogs sharing bits of Ruby code,
8+
describing new techniques, or speculating on Ruby’s future.
9+
10+
### Mining for Ruby Blogs
11+
12+
[**Ruby on del.icio.us**][1]\: Ruby and Rails are consistently one of
13+
the top fifty tags on del.icio.us, a popular link sharing site. Watch
14+
the [ruby][1] tag for incoming obscure links and its [popularity
15+
chart][2] for recent upcomers in the Ruby community.
16+
17+
[**Ruby on Technorati**][3]\: Technorati’s search for *“Ruby”* yields
18+
the most recent posts across the blogs covered in its index.
19+
20+
**Planets**\: some planets (online specialized feeds agregators) have been
21+
running for years now. A few of them providing convenient content:
22+
23+
* [Ruby Corner][4]
24+
* [Planet Ruby][5]
25+
* [PlanetRubyOnRails.org][6]
26+
* [PlanetRubyOnRails.com][7]
27+
* [ruby-blogs][8]
28+
29+
### Blogs of Note
30+
31+
A few notable blogs stand out for the frequency and immediacy of their
32+
updates.
33+
34+
* [**O’Reilly Ruby**][9] is a group blog with pertinent Ruby tutorials
35+
and interviews with interesting folks from around the community.
36+
* [**Riding Rails**][10] is the official group blog of the Ruby on Rails
37+
team. If you are running Rails, this blog is essential for
38+
notification of security updates and an overall view of the wide Rails
39+
community.
40+
* [**Ruby Inside**][11] announces interesting applications and libraries
41+
from throughout the world, both Ruby and Rails.
42+
* [**Matz’ Blog**][12] is a Japanese blog written by Ruby’s creator.
43+
Even if you can’t read all of it, it’s good to know he’s right there!
44+
45+
### Spreading the Word
46+
47+
If you’ve got a Ruby blog you’ve started, it’s wise to link the blog on
48+
[del.icio.us][13] with the *ruby* tag. You might also contact the
49+
weblogs above, if you are covering a topic they’d be interested in.
50+
(Obviously, if it’s not Rails-related, then the *Riding Rails* crew may
51+
not be as interested—but you never know.)
52+
53+
Ruby is also a common topic on [Digg][14], [Slashdot][15], [reddit][16],
54+
and [Hacker News][17], in their respective programming news. If you find
55+
some brilliant code out there, be sure to let them know!
56+
57+
[1]: http://del.icio.us/tag/ruby
58+
[2]: http://del.icio.us/popular/ruby
59+
[3]: http://technorati.com/search/ruby
60+
[4]: http://rubycorner.com
61+
[5]: http://planetruby.0x42.net/
62+
[6]: http://www.planetrubyonrails.org/
63+
[7]: http://www.planetrubyonrails.com/
64+
[8]: http://ruby-blogs.com/
65+
[9]: http://oreillynet.com/ruby/
66+
[10]: http://weblog.rubyonrails.org/
67+
[11]: http://www.rubyinside.com/
68+
[12]: http://www.rubyist.net/~matz/
69+
[13]: http://del.icio.us
70+
[14]: http://digg.com/programming
71+
[15]: http://developers.slashdot.org/
72+
[16]: http://www.reddit.com/r/ruby
73+
[17]: http://news.ycombinator.com/

0 commit comments

Comments
 (0)