diff options
author | Joey Hess <joey@kitenet.net> | 2010-08-25 14:58:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-08-25 14:58:06 -0400 |
commit | 43aed8e2d769bb26c12a7e813053ff3f3f9b30f5 (patch) | |
tree | 1bb615abf7a8efd741e1cdf8ce124f599cdcbcd3 | |
parent | 37f62dde2d9b752ba559b796cf6c1b3bc3dee9bd (diff) | |
parent | 018df1df824e440004b276129c2867b552a0ec4d (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r-- | doc/bugs/Highlight_extension_uses_hard_coded_paths.mdwn | 1 | ||||
-rw-r--r-- | doc/setup.mdwn | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/Highlight_extension_uses_hard_coded_paths.mdwn b/doc/bugs/Highlight_extension_uses_hard_coded_paths.mdwn new file mode 100644 index 000000000..1b9cb2e2d --- /dev/null +++ b/doc/bugs/Highlight_extension_uses_hard_coded_paths.mdwn @@ -0,0 +1 @@ +The [[plugins/highlight]] plugin hard codes some paths up the top of the plugin. This means that you need to edit the ikiwiki source if you have highlight installed in a non-standard location (e.g. if you have done a user-level install of the highlight package). diff --git a/doc/setup.mdwn b/doc/setup.mdwn index 266222cc3..83409228c 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -68,6 +68,7 @@ source. (Remember to replace "foo" with the real directory name.) cvs -d `pwd`/foo get -P ikiwiki bzr clone foo foo.src hg clone foo foo.src + darcs get foo foo.src # TODO monotone, tla Now to edit pages by hand, go into the directory you checked out (ie, |