public
Description: An example of a stand-alone Ruby web filter
Clone URL: git://github.com/JackDanger/hacker_news.git
Search Repo:
Trying to remember how markdown works
JackDanger (author)
Thu Apr 10 11:59:19 -0700 2008
commit  da88a06cef03cc97d0d55e06f425efb5114cca28
tree    011326f6727b47cf774acc4331a7113e0515d4a7
parent  28de077ed15c6eeaaac138d61b0a25f7b474cba5
...
1
 
2
3
 
4
5
 
6
7
8
...
 
1
2
 
3
4
 
5
6
7
8
0
@@ -1,8 +1,8 @@
0
-h1. Hacker News
0
+# Hacker News
0
 
0
-This is a scraper for http://news.ycombinator.com. It shows just how little Ruby is required to run a powerful web filter.
0
+This tiny script is a scraper for http://news.ycombinator.com. It shows just how little Ruby is required to run a powerful web filter.
0
 
0
-What it does:
0
+## What it be doin':
0
 
0
   * Fetches the YCombinator news page
0
   * HPricot's it into pieces

Comments

    No one has commented yet.