November 2005
Google Groups : comp.lang.ruby
a ruby library for creating NFS safe lockfiles
Google Groups : comp.lang.ruby
automatically release new files to RubyForge
HowToUseMySQLRubyBindingsOnWin32 in Ruby on Rails
latest version of mysql-ruby on windows
October 2005
September 2005
MicroParserRuby - public - Trac
by 1 otherMicrocontentParser is a Ruby module for creating microcontent parsers. A microcontent parser is a class with a set of rules for extracting interesting content from (X)HTML documents. You create your own parser by writing a class with a set of rules.
August 2005
RAA - rss
This library can parse RSS(RDF Site Summary) 1.0, RSS 0.9x/2.0 with validation (or non validation).
This library can make RSS easily by RSS Maker.
This library contains a tDiary's plugin that fetches RSS, parses it, and displays result.
RAA - html-parser-2
The html-parser package is a variant language implementation of the Python's SGML parser (sgmllib.py), HTML parser (htmllib.py) and Formatter (formatter.py).
RAA - htmlsanitize
HTML::Sanitize - HTML sanitizing library
========================================
USAGE
-----
require 'html/sanitize'
require 'cgi'
cgi=CGI.new
msg = cgi['msg']
msg = HTML::Sanitize::sanitize(msg)
cgi.out('text/html') {
msg
}
RAA - htree
htree provides a tree data structre which represent HTML and XML data.
* Permissive unified HTML/XML parser
* byte-to-byte roundtripping unparser
* XML namespace support
* Dedicated class for escaped string. This ease sanitization.
* XHTML/XML generator
* template engine
* recursive template expansion
* converter to REXML document
1
(20 marks)