]> sipb.mit.edu Git - ikiwiki.git/blob - doc/logo.mdwn
fix mime type
[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 -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         inkscape -w 16 -i favicon -e favicon.ico ikiwiki.svgz
20
21   A larger icon (80x15 pixels) can also be generated as follows:
22
23         inkscape -w 80 -i icon -e icon.png ikiwiki.svgz
24
25   Some other alternate icons are also included in the svg file and can
26   be extracted by specifying their names.
27
28   Contributed by Recai Oktaş
29
30 * [[ikiwiki_logo|ikiwiki_old.png]] 
31
32   LaTeX source to an image approximating the above:
33
34         \documentclass{article}
35         \usepackage{graphicx}
36         \begin{document}
37         \pagestyle{empty}
38         \huge\reflectbox{iki}wiki
39         \end{document}
40
41   Contributed by [[JeroenSchot]]