Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
commit
43aed8e2d7
|
@ -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).
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue