]> sipb.mit.edu Git - ikiwiki.git/blob - doc/logo.mdwn
typo
[ikiwiki.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 anagram. 
4
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).
8
9 * [[ikiwiki_logo|ikiwiki.png]]  
10   [[ikiwiki_logo_large|ikiwiki_large.png]]
11
12   [[SVG_source|ikiwiki.svgz]], can be used to generate a logo at any size
13   with a command like:  
14
15         inkscape -z -w 90 -i logo -e ikiwiki.png ikiwiki.svgz
16
17   The [[favicon.ico]] can also be generated from this file, as follows:
18
19         for s in 16 32 64; do
20                 inkscape -z -w $s -i favicon -e favicon-$s.png ikiwiki.svgz;
21         done;
22         icotool -c -o favicon.ico favicon-*.png && rm -f favicon-*.png
23
24   Some other alternate icons are also included in the svg file and can
25   be extracted by specifying their names.
26
27   Contributed by Recai Oktaş
28
29 * [[ikiwiki_logo|ikiwiki_old.png]] 
30
31   LaTeX source to an image approximating the above:
32
33         \documentclass{article}
34         \usepackage{graphicx}
35         \begin{document}
36         \pagestyle{empty}
37         \huge\reflectbox{iki}wiki
38         \end{document}
39
40   Contributed by [[JeroenSchot]]