Sha256: 5a6edfab805ed0714e242f852ec7016a7d67bf2db7a8f79d24825de815c4551b

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

= XDG Base Directory Standards for Ruby

  http://xdg.rubyforge.org

== Introduction

XDG provides an easy to use interface for utilizing
the XDG Base Directory Standards.

See: http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html

== Release Notes

Please see the RELEASE file.

== Usage

XDG is a module with a small set of easy to use methods:

  XDG.config_home
  XDG.config_dirs
  XDG.config_find(pattern){ |path| ... }
  XDG.config_select(pattern){ |path| ... }

  XDG.data_home
  XDG.data_dirs
  XDG.data_find(pattern){ |path| ... }
  XDG.data_select(pattern){ |path| ... }

  XDG.cache_home
  XDG.cache_find(pattern){ |path| ... }
  XDG.cache_select(pattern){ |path| ... }

  XDG.config_work
  XDG.data_work
  XDG.cache_work

If you know XDG these are pretty much self-explanitory.
But see the RDocs for specifics.

== Installation

Using RubyGems:

  $ gem install xdg

Installing the tarball requires Ruby Setup
(see http://setup.rubyforge.org).

  $ tar -xvzf xdg-0.5.0
  $ cd xdg-0.5.0
  $ sudo setup.rb all

== Development

Visit http://rubyforge.org/projects/xdg

== Copyright

Copyright (c) 2008 Tiger Ops / 7rans
Distributed under the terms of the MIT license.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xdg-0.5.0 README