]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/logo.mdwn
logo file updated
[git.ikiwiki.info.git] / doc / logo.mdwn
index 87ff32a8fa7f47992fc7f0aea35d42320264e671..b566fc8158bc269ba7a9a036668e5f8d3ff08224 100644 (file)
@@ -11,7 +11,19 @@ added).
 
   [[SVG_source|ikiwiki.svgz]], can be used to generate a logo at any size
   with a command like:  
-  `inkscape -z -D -w 90 -e ikiwiki.png ikiwiki.svgz`
+
+       inkscape -w 90 -i logo -e ikiwiki.png ikiwiki.svgz
+
+  The [[favicon.ico]] can also be generated from this file, as follows:
+
+       inkscape -w 16 -i favicon -e favicon.ico ikiwiki.svgz
+
+  A larger icon (80x15 pixels) can also be generated as follows:
+
+       inkscape -w 80 -i icon -e icon.png ikiwiki.svgz
+
+  Some other alternate icons are also included in the svg file and can
+  be extracted by specifying their names.
 
   Contributed by Recai Oktaş