Packages 1-2 of 2 that are in category Other:
- I wrote this packageDec 19, 2008HpricotPermalinkA flexible and fast HTML parser.Show Details
#!ruby require 'hpricot' require 'open-uri' # load the RedHanded home page doc = Hpricot(open("http://redhanded.hobix.com/index.html")) # change the CSS class on links (doc/"span.entryPermalink").set("class", "newLinks") # remove the sidebar (doc/"#sidebar").remove # print the altered HTML puts docLicence
This package is licenced under the MIT licence.
Installation
Dec 22, 2008
Quorum Calendar SystemPermalink
Quorum is a calendar system for cooperative events. I guess that's a fancy way of saying that Quorum is designed for group scheduling: who will definitely be at an event, who will definitely not be there, and who doesn’t yet know. It's got nifty features like geocoding, one-click access to Google directions, microformat markup, and iCal export.
Show Details
Licence
This package is licenced under the BSD licence.
Prerequisites
Installation
Installation Instructions:
At the moment, the best way to install Quorum is to get it from http://github.com/marnen/quorum2 or from the clone URL on that page. Please see dependency information at http://quorum2.sourceforge.net . Real packaging will come soon.
