diff options
author | Jan Pokorný <jpokorny@redhat.com> | 2014-12-08 23:33:15 +0100 |
---|---|---|
committer | Jan Pokorný <jpokorny@redhat.com> | 2014-12-09 23:08:17 +0100 |
commit | cc981d6386bcec1ec677a7141df9b4aca504b33b (patch) | |
tree | dd5b322fb50bf54ce33fd1d180cf7d542705208b /__init__.py | |
parent | 0842b3988444045dd67997cd755707d22dd7be97 (diff) | |
download | clufter-cc981d6386bcec1ec677a7141df9b4aca504b33b.tar.gz clufter-cc981d6386bcec1ec677a7141df9b4aca504b33b.tar.xz clufter-cc981d6386bcec1ec677a7141df9b4aca504b33b.zip |
README/__init__: indefinite article, point out XSLT support
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/__init__.py b/__init__.py index c8ae712..b63f211 100644 --- a/__init__.py +++ b/__init__.py @@ -28,9 +28,9 @@ metadata = (version, copyright, author) description = """\ Tool/library for transforming/analyzing cluster configuration formats -Primarily aimed at (CMAN, rgmanager) -> (Corosync, Pacemaker) cluster -stacks configuration conversion (following RHEL trend), but the package -has a more universal use as commands-filters-formats plugin framework. +Primarily aimed at (CMAN, rgmanager) -> (Corosync, Pacemaker) cluster stacks +configuration conversion (following RHEL trend), but the package has a more +universal use as a commands-filters-formats plugin framework supporting XSLT. """ #Native plugins allows also for obfuscation of sensitive data within #cluster configuration of supported cluster stacks, and other |