Copyright (C) 2008 Alessio Treglia

This file is part of installation-report-generator.

installation-report-generator is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

installation-report-generator 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 General Public License for more details.

You should have received a copy of the GNU General Public License
along with installation-report-generator.  If not, see <http://www.gnu.org/licenses/>.

--------------------------------------------------------------------------------------------


To convert the logo from SVG format to PNG format, install imagemagick then type:

$ cd images
$ convert -render -background transparent -resize 48x48! installation-report-generator.svg installation-report-generator.png

To generate the .pot file, type:
$ xgettext irgenerator/*.py irgenerator/core/*.py irgenerator/ui/*.py irgenerator/util/*.py plugins/*.py glade/main_window.glade glade/about_dialog.glade
