======================================================================
                        HA Web Konsole (Hawk)
 --------------------------------------------------------------------
            A web-based GUI for managing and monitoring the
          Pacemaker High-Availability cluster resource manager

 Copyright (c) 2009-2010 Novell Inc., Tim Serong <tserong@novell.com>
                        All Rights Reserved.

 This program is free software; you can redistribute it and/or modify
 it under the terms of version 2 of the GNU General Public License as
 published by the Free Software Foundation.

 This program is distributed in the hope that it would be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

 Further, this software is distributed without any warranty that it is
 free of the rightful claim of any third person regarding infringement
 or the like.  Any license provided herein, whether implied or
 otherwise, applies only to this software file.  Patent licenses, if
 any, provided herein do not apply to combinations of this program with
 other software, or any other product whatsoever.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write the Free Software Foundation,
 Inc., 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.

======================================================================

WAIT SPINNERS

  Wait spinner icons generated at http://www.ajaxload.info/

    Indicator Type:          Roller
    Background Color:        Various, see below
    Transparent Background:  No (but doesn't matter either way)
    Foreground Color:        #000000

  Spinner filenames are in the form:

    spinner-(res)-(state).gif

  There are five possible node/resource states, giving, by default:

    spinner-16x16-active.gif
    spinner-16x16-inactive.gif
    spinner-16x16-error.gif
    spinner-16x16-transient.gif
    spinner-16x16-neutral.gif

  Meanings of states and default colors are:

    active:     node/resource online/started (green, #6c6)
    inactive:   node/resource intentionally offline/stopped (grey, #ccc)
    error:      node/resource unintentionally offline/stopped (red, #c66)
    transient:  node/resource changing state (yellow, #fc6)
    neutral:    only used for groups/clones, (white, #fff)

  The "neutral" state really shouldn't be there - the group/clone
  should reflect the state of its children, so there will eventually
  be no need for this...


MENU ICONS

  Default set is taken from the gnome-icon-theme package 16x16 icons.
  Thank you, GPL.  Initial mappings are (generic / gnome):

    start.png       media-playback-start.png
    stop.png        media-playback-stop.png
    pause.png       media-playback-pause.png
    properties.png  document-properties.png
    kill.png        process-stop.png
    mark-dead.png   window-close.png
    cleanup.png     edit-clear.png
    migrate.png     go-next.png
    unmigrate.png   go-previous.png

