]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/logo.mdwn
web commit by http://jblevins.org/: A plain SVG version of the ikiwiki favicon
[git.ikiwiki.info.git] / doc / logo.mdwn
1 The ikiwiki logo *reflects* ikiwiki turning the regular wiki concept 
2 on its head by being a wiki compiler. Or maybe just the fact that "ikiwiki"
3 is an palindrome. 
5 Anyway, if you have this logo in other fonts or colors, feel free to send
6 it to [[Joey]] for inclusion here. (Or upload it, once that feature is
7 added).
9 * [[ikiwiki_logo|ikiwiki.png]]  
10   [[ikiwiki_logo_large|ikiwiki_large.png]]  
11   [[ikiwiki_button|ikiwiki_button.png]]
13   [[SVG_source|ikiwiki.svgz]], can be used to generate a logo at any size
14   with a command like:  
16         inkscape -w 90 -i logo -e ikiwiki.png ikiwiki.svgz  
17         inkscape -w 150 -i logo -e ikiwiki_large.png ikiwiki.svgz
19   The [[favicon.ico]] can also be generated from this file, as follows:
21         inkscape -w 16 -i favicon -e favicon.ico ikiwiki.svgz
23   The button can also be generated as follows:
25         inkscape -w 80 -i button -e ikiwiki_button.png ikiwiki.svgz
27   Some other alternate icons and buttons are also included in the svg file
28   and can be extracted by specifying their names.
30   Contributed by Recai Okta_
32 * [[favicon.svgz]] is used to generate the favicon.ico:
34         inkscape -w 16 -i favicon -e favicon.ico ikiwiki.svgz
36 * [[ikiwiki_logo|ikiwiki_old2.png]]
38   [[SVG_source|ikiwiki_old2.svgz]] to this older version of the logo.
40   Contributed by Recai Okta_
42 * [[ikiwiki_logo|ikiwiki_old.png]] 
44   LaTeX source to an image approximating the above:
46         \documentclass{article}
47         \usepackage{graphicx}
48         \begin{document}
49         \pagestyle{empty}
50         \huge\reflectbox{iki}wiki
51         \end{document}
53   Contributed by [[JeroenSchot]]
55 * [iki.svg](http://jblevins.org/svg/iki.svg)
57   A simplified (442 byte) plain SVG version of the ikiwiki favicon.
59   Contributed by [[JasonBlevins]]