aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-24 21:33:23 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-24 21:33:23 +0000
commit78870df321ab570b24cb6ed7f81296cc5e20e47c (patch)
treec0ce19b34ac9e073852af96d517f3af073a67917
parentc34857ee9060b7691ddd5b326d42352d63296267 (diff)
downloadikiwiki-78870df321ab570b24cb6ed7f81296cc5e20e47c.tar
ikiwiki-78870df321ab570b24cb6ed7f81296cc5e20e47c.tar.gz
latex version of logo
some other changes
-rw-r--r--doc/logo.mdwn9
-rw-r--r--doc/post-commit.mdwn4
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/logo.mdwn b/doc/logo.mdwn
index fcf934588..411d430fc 100644
--- a/doc/logo.mdwn
+++ b/doc/logo.mdwn
@@ -8,4 +8,13 @@ added).
[[ikiwiki_logo|ikiwiki.png]]
+LaTeX source to an image approximating the above:
+
+ \documentclass{article}
+ \usepackage{graphicx}
+ \begin{document}
+ \pagestyle{empty}
+ \huge\reflectbox{iki}wiki
+ \end{document}
+
Contributed by [[JeroenSchot]]
diff --git a/doc/post-commit.mdwn b/doc/post-commit.mdwn
index 76c8dfeac..93d851959 100644
--- a/doc/post-commit.mdwn
+++ b/doc/post-commit.mdwn
@@ -1,4 +1,6 @@
-A post-commit hook is run every time you commit a change to your subversion repository. To make the wiki be updated each time a commit is made, it can be run from (or as) a post-commit hook.
+A post-commit hook is run every time you commit a change to your subversion
+repository. To make the wiki be updated each time a commit is made, it can
+be run from (or as) a post-commit hook.
The best way to run ikiwiki in a [[Subversion]] post-commit hook is using
a wrapper, which can be generated using `ikiwiki --wrapper`.