Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29f32d0
)
formatting
author
Joey Hess
<joey@kodama.kitenet.net>
Wed, 23 Jul 2008 00:33:51 +0000
(20:33 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Wed, 23 Jul 2008 00:33:51 +0000
(20:33 -0400)
doc/plugins/write.mdwn
patch
|
blob
|
history
diff --git
a/doc/plugins/write.mdwn
b/doc/plugins/write.mdwn
index 22bd5d114872a62e80f29c7e3ab9d6bdf10f3a42..12bd336621fe8c94338b5a8bbcd3c4478ff45c51 100644
(file)
--- a/
doc/plugins/write.mdwn
+++ b/
doc/plugins/write.mdwn
@@
-635,4
+635,5
@@
when imported, populate `$IkiWiki::Setup::raw_setup` with a reference
to a hash containing all the config items.
By the way, to parse a ikiwiki setup file, a program just needs to
-do something like `use IkiWiki::Setup; my %setup=IkiWiki::Setup::load($filename)`
+do something like:
+`use IkiWiki::Setup; my %setup=IkiWiki::Setup::load($filename)`