Logo_s
  • Find a Package
  • Check Live Licences
  • Register
  • FAQs
  • Login

Find software packages matching

Only search category

Browse categories
Packages 1-2 of 2 that are in category Other:
  • Dec 19, 2008
    HpricotPermalink
    by why the lucky stiff
    Other
    A flexible and fast HTML parser.
    #!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 doc
    
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Demo Instructions Home Page Support
    I wrote this package

  • Dec 22, 2008
    Quorum Calendar SystemPermalink
    by marnen
    Other
    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

    • PostgreSQL

    Installation

    Download Release Notes Home Page Support

    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.
  • Privacy Policy
  • Terms of Use
  • Contact
  • About Rails Wheels