/usr/share/doc/libconfig-model-tkui-perl/README is in libconfig-model-tkui-perl 1.331-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | Config::Model::TkUi - Tk GUI to edit config data through Config::Model
This module provides a Perl/Tk interface to:
- the configuration editor provided by Config::Model.
- the configuration model editor provided by Config::Model::Itself
For instance, with this module, Config::Model and
Config::Model::OpenSsh, you get a graphical configuration editor for
sshd_config.
Copyright:
- All *.png used in this application were created by Crystal Project.
They are licensed under LGPL. http://www.everaldo.com/crystal/
(c) 2003-2007 Everaldo Coelho
- tools_nicu_buculei_01.png from OpenCliparts is public domain.
- dialog_warning.png from oxygen-icon-theme is GPL v3:
Copyright (C) 2007-2009 David Vignoni <david@icon-king.com>
Copyright (C) 2007-2009 Johann Ollivier Lapeyre <johann@oxygen-icons.org>
Copyright (C) 2007-2009 Kenneth Wimer <kwwii@bootsplash.org>
Copyright (C) 2007-2009 Nuno Fernades Pinheiro <nf.pinheiro@gmail.com>
Copyright (C) 2007-2009 Riccardo Iaconelli <riccardo@oxygen-icons.org>
Copyright (C) 2007-2009 David Miller <miller@oxygen-icons.org>
and others.
See /usr/share/doc/oxygen-icon-theme/copyright on a Debian machine
- gnome-*.png from gnome-icon-theme are GPLv2:
Copyright © 2002-2008:
Ulisse Perusin <uli.peru@gmail.com>
Riccardo Buzzotta <raozuzu@yahoo.it>
Josef Vybíral <cornelius@vybiral.info>
Hylke Bons <h.bons@student.rug.nl>
Ricardo González <rick@jinlabs.com>
Lapo Calamandrei <calamandrei@gmail.com>
Rodney Dawes <dobey@novell.com>
Luca Ferretti <elle.uca@libero.it>
Tuomas Kuosmanen <tigert@gimp.org>
Andreas Nilsson <nisses.mail@home.se>
Jakub Steiner <jimmac@novell.com>
See /usr/share/doc/gnome-icon-theme/copyright on a Debian machine
-----------------------------------------------------------
FEEDBACK and HELP wanted
To fit user needs, this project needs feedback from its users. Please
send your feedbacks, comments and ideas to :
config-mode-users at lists.sourceforge.net
This projects also needs help to improve its user interfaces:
- Look and feel of Perl/Tk interface can be improved
- A nice logo (a penguin with a wrench maybe ) would be welcomed
- Config::Model could use a web interface
- May be also an interface based on Gtk or Wx for better integration
in Desktop
If you want to help, please send a mail to:
config-mode-devel at lists.sourceforge.net
-----------------------------------------------------------
Legalese:
Copyright (c) 2008-2010 Dominique Dumont.
This file is part of Config-Model-TkUI.
Config-Model is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser Public License as
published by the Free Software Foundation; either version 2.1 of
the License, or (at your option) any later version.
Config-Model 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 Public License for more details.
You should have received a copy of the GNU Lesser Public License
along with Config-Model; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA
---------------------------------------------------------------------
INSTALLATION
tar zxvf <dist_file>.tar.gz
cd <dist_directory>
perl Build.PL
./Build
./Build test (optional)
./Build install (may need root capabilities)
|