]> sipb.mit.edu Git - ikiwiki.git/blob - doc/logo.mdwn
instead of over and over. Typical speedup is ~4x. Max possible speedup:
[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   [[ikiwiki_button|ikiwiki_button.png]]
12
13   [[SVG_source|ikiwiki.svgz]], can be used to generate a logo at any size
14   with a command like:  
15
16         inkscape -w 90 -i logo -e ikiwiki.png ikiwiki.svgz
17
18   The [[favicon.ico]] can also be generated from this file, as follows:
19
20         inkscape -w 16 -i favicon -e favicon.ico ikiwiki.svgz
21
22   The button can also be generated as follows:
23
24         inkscape -w 80 -i button -e ikiwiki_button.png ikiwiki.svgz
25
26   Some other alternate icons and buttons are also included in the svg file
27   and can be extracted by specifying their names.
28
29   [[img ikiwiki.png alt="bob" size="200x200"]]
30
31   Contributed by Recai Oktaş
32
33 * [[ikiwiki_logo|ikiwiki_old.png]] 
34
35   LaTeX source to an image approximating the above:
36
37         \documentclass{article}
38         \usepackage{graphicx}
39         \begin{document}
40         \pagestyle{empty}
41         \huge\reflectbox{iki}wiki
42         \end{document}
43
44   Contributed by [[JeroenSchot]]