Commit bff1011396099cf1c49a4b8ada8bbf2475a60420

Authored by AntonioTerceiro
1 parent 6819d961

ActionItem93: documenting icons taken from dlg-neu GNOME theme



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@950 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 46 additions and 0 deletions   Show diff stats
public/images/icons-app/README 0 → 100644
... ... @@ -0,0 +1,46 @@
  1 +dlg-neu icons in Noosfero
  2 +=========================
  3 +
  4 +The icons in this directory are taken from the dlg-neu icon theme for GNOME,
  5 +section "apps/". We take the SVG files and convert to 64x64 PNG images, so
  6 +these icons are in fact derived works based on dlg-neu's SVG files.
  7 +
  8 +Structure
  9 +=========
  10 +
  11 +To keep a trace back to dlg-neu theme, when rasterizing the SVG files we keep
  12 +the original filenames (replacing .svg by .png, obviously) and create symbolic
  13 +links with names more sensible for Noosfero.
  14 +
  15 +Icons rasterization
  16 +===================
  17 +
  18 +With rsvg, from the librsvg2-bin package (i.e. we use the same rasterization
  19 +library as GNOME, so the icons must look like they do in GNOME).
  20 +
  21 +$ rsvg -w 64 -h 64 user_icon.svg user_icon.png
  22 +
  23 +Licensing
  24 +=========
  25 +
  26 +Their License is as follows (taken from
  27 +/usr/share/doc/gnome-icon-theme-dlg-neu/copyright on a Debian system):
  28 +
  29 + This package is free software; you can redistribute it and/or modify
  30 + it under the terms of the GNU General Public License as published by
  31 + the Free Software Foundation; either version 2 of the License, or
  32 + (at your option) any later version.
  33 +
  34 + This package is distributed in the hope that it will be useful,
  35 + but WITHOUT ANY WARRANTY; without even the implied warranty of
  36 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  37 + GNU General Public License for more details.
  38 +
  39 + You should have received a copy of the GNU General Public License
  40 + along with this package; if not, write to the Free Software
  41 + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  42 + 02110-1301 USA
  43 +
  44 +On Debian systems, the complete text of the GNU General
  45 +Public License can be found in `/usr/share/common-licenses/GPL'.
  46 +
... ...