//---------------------------------------------------------------------------
//
// Project: OpenWalnut ( http://www.openwalnut.org )
//
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
// OpenWalnut is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// OpenWalnut is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with OpenWalnut. If not, see <http://www.gnu.org/licenses/>.
//
//---------------------------------------------------------------------------

"Transfer Function 1D"
{
  // Provide an icon. If the icon exists, it overrides the one provided by your
  // getIcon method. This path is relative to your module's resource directory.
  icon="WMTeamplate.png";

  // Where to find the module?
  website = "http://www.openwalnut.org";

  // Provide a description, If you do so, this description overrides the one
  // provided by your getDescription method.
  // HINT: multi-line strings are not supported. Please provide long texts in
  //       one line.
  description = "This module provides an intercative widget for manipulating one-dimensional transfer functions.";

  // Help file. This should be an HTML or TXT document. Only one document allowed.
  help ="help/index.html";

  // Provide a list of authors. These authors can have further information associated with them.
  author = "Mario Hlawitschka";
  author = "OpenWalnut Project";

  // Provide author information. Especially a contact address is very handy.
  // This associates some URL and Mail contact info to "OpenWalnut Project".
  "Mario Hlawitschka"
  {
    url="http://www.hlawitschka.net/";
    email="Nachname [at] informatik [dot] uni - leipzig . de";
    what="Design, Development and Bug fixing";
  };
  "OpenWalnut Project"
  {
    url="http://www.openwalnut.org";
    email="contact@openwalnut.org";
    what="Improvements and Bug fixing";
  };

  // Provide some tags to have modules nicely grouped and ordered.
  // NOTE: tags are handled case insesitive.
  // IMPORTANT: the order of appearance will be used by OW to classify your tags
  tag = "DVR";
  tag = "MRI";
  tag = "fMRI";
};

