]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/logo.mdwn
update
[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 anagram. 
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]]
12   [[SVG_source|ikiwiki.svgz]], can be used to generate a logo at any size
13   with a command like:  
14   `inkscape -z -D -w 90 -e ikiwiki.png ikiwiki.svgz`
16   Contributed by Recai Oktaş
18 * [[ikiwiki_logo|ikiwiki_old.png]] 
20   LaTeX source to an image approximating the above:
22         \documentclass{article}
23         \usepackage{graphicx}
24         \begin{document}
25         \pagestyle{empty}
26         \huge\reflectbox{iki}wiki
27         \end{document}
29   Contributed by [[JeroenSchot]]