]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/write.mdwn
* Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
[git.ikiwiki.info.git] / doc / plugins / write.mdwn
index 0f2c2634476d0512421884b11fcc1ffae8f16e87..c4f668373024d2a18fce28ed264c4c412e8e89a9 100644 (file)
@@ -58,9 +58,9 @@ If your plugin needs to access data about other pages in the wiki. It can
 use the following hashes, using a page name as the key:
 
 * `%IkiWiki::links` lists the names of each page
-  that is linked to from that page in an array reference.
+  that a page links to, in an array reference.
 * `%IkiWiki::pagemtime` contains the last modification time of each page
-* `%IkiWiki::pagectime` contains the creation time of each page`
+* `%IkiWiki::pagectime` contains the creation time of each page
 * `%IkiWiki::renderedfiles` contains the name of the file rendered by a
   page
 * `%IkiWiki::pagesources` contains the name of the source file for a page.