debian man page for subtlext

Query: subtlext

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SUBTLEXT(1)															       SUBTLEXT(1)

NAME
subtlext - a ruby extension for subtle
SYNOPSIS
subtlext
DESCRIPTION
subtlext is an extension that brings the power of subtler to Ruby. A compending list of the classes with it's functionality can be found in rdoc and informations about the available unit tests in the devel- opment section.
EXAMPLE
require("subtle/subtlext") puts "subtle %s on %s" % [Subtlext::Subtle.version, Subtlext::Subtle.running? ? Subtlext::Subtle.display : "none"] puts "Tags: %s" % [Subtlext::Tag[:all].join(", ")] # Views views = [] Subtlext::View[:all].each do |v| views.push("%s (%s)" % [v.current? ? "[#{v}]" : v, v.tags.join(", ")]) end puts "Views: %s" % [views.join(", ")] # Clients clients = [] Subtlext::Client[:all].each do |c| clients.push("%s (%s)" % [c, c.tags.join(", ")]) end puts "Clients: %s" % [clients.join(", ")]
OUTPUT
subtle 0.8.1684 on :0.0 Tags: default, test, void, terms, browser, editor, stick, float, eight, two, seven, one, bashrun, sakura, python Views: terms (terms, eight, two), [www] (browser, eight, two), void (default, void, eight, two), editor (test, editor, seven, one) Clients: urxvt2 (two, one), urxvt1 (eight, seven), subtle - Subtlext - Redmine - Vimperator (browser), Xephyr on :2.0 (ctrl+shift grabs mouse and keyboard) (test, float), event.c (~/projects/subtle/src/subtle) - GVIM (editor)
BUGS
Report bugs at http://subforge.org/projects/subtle/issues Homepage: http://subtle.subforge.org
COPYRIGHT
Copyright (c) Christoph Kappel unexist@subforge.org
SEE ALSO
subtle(1), subtler(1), sur(1), surserver(1) October 2011 SUBTLEXT(1)
Related Man Pages
subtler(1) - debian
sur(1) - debian
tk_getjoinstyle(3tk) - debian
html::filter(3) - suse
text::qrcode(3pm) - debian
Similar Topics in the Unix Linux Community
A View From the Ground at WWDC (TechNewsWorld.com)
Semantic Views for Controlled Access to the Semantic Web
JumpBox for Redmine 0.6.3 (Default branch)
Reference Clients, the Global Meltdown and CEP
Man Page Stats - 2000 Guest Views Yesterday.