%#-- %# Copyright 2008 Suraj N. Kurapati %# See the LICENSE file for details. %#++ % api_url = './api/index.html' % repo_url = 'http://github.com/sunaku/' + $program % repo_scm = '[Git](http://git-scm.com)' %|chapter "Introduction" %|project <%= $project %> is a [Ruby](<%= ruby_url %>) interface to the [wmii](<%= wmii_url %>) window manager. * It excels at dynamic arrangement of clients, columns, views, and tags. * It provides an <%= xref 'shell', 'interactive shell' %> for live entertainment and experimentation. * It contains a pure Ruby client for the [9P2000 protocol](<%= p9p_url %>) on which wmii's [IXP file-system interface](<%= wmii_ixp_url %>) is built. These features distinguish <%= $project %> from the competition: * [r9p](http://libs.suckless.org/r9p) * [Rii](http://rubyforge.org/projects/rii/) * [Ruby-IXP](http://home.gna.org/rubyixp/) * [ruby-wmii](http://eigenclass.org/hiki.rb?wmii+ruby) %|paragraph "Etymology" The word "wmii" is incredibly difficult to pronounce because it is an abbreviation, not an acronym. If we were to treat it as an acronym, the closest pronounciation would be, in my mind, something like "vim-eye". Since this is a Ruby library, I added a "roo" and worked it through: * vim-eye * roo-vim-eye * roovm-eye And thus we get "Rumai". %|section "Logistics" * <%= xref "History", "Release notes" %> --- history of project releases. * [Source code](<%= repo_url %>) --- obtain via <%= repo_scm %> or browse online. * [API reference](<%= api_url %>) --- documentation for source code. * [Project home](<%= $website %>) --- the <%= $project %> project home page. To get help or provide feedback, simply <%= xref "License", "contact the author(s)" %>. %|paragraph "Version numbers" <%= $project %> releases are numbered in *major.minor.patch* form according to the [RubyGems rational versioning policy](http://www.rubygems.org/read/chapter/7), which can be summarized thus:
What increased in the version number? The increase indicates that the release:
Is backward compatible? Has new features? Has bug fixes?
major No Yes Yes
minor Yes Yes Yes
patch Yes No Yes
%|section "License" %< "../LICENSE" %|section "Credits" <%= $project %> is made possible by <%= xref "History", "contributions" %> from users like you: %< "../CREDITS"