diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-10 01:18:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-10 01:18:03 +0000 |
commit | 06b955b84a0abec6d6baae9eb295793574cb76d7 (patch) | |
tree | 5ea1ca13d4c77df89e1f6e4004d1b23b0a6c3b93 /doc | |
parent | 7afb843a007a3a5f15cf64a36364ceffd8440047 (diff) |
* Add a new %destsources hash, which maps between a destination file and
the source page used to create it, ie it's the reverse of %renderedfiles.
* Use %destsources in htmllink and urlto for 20-50% speedup.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/write.mdwn | 6 | ||||
-rw-r--r-- | doc/roadmap.mdwn | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index c42660194..4dd057074 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -266,9 +266,9 @@ use the following hashes, using a page name as the key: * `links` lists the names of each page that a page links to, in an array reference. -* `%renderedfiles` lists names of the files rendered by a page, in an array - reference. -* `%pagesources` contains the name of the source file for a page. +* `%destsources` contains the name of the source file used to create each + destination file. +* `%pagesources` contains the name of the source file for each page. Also, the %IkiWiki::version variable contains the version number for the ikiwiki program. diff --git a/doc/roadmap.mdwn b/doc/roadmap.mdwn index 918a4806d..f118be10b 100644 --- a/doc/roadmap.mdwn +++ b/doc/roadmap.mdwn @@ -20,7 +20,7 @@ Released 29 April 2006. * Should have fully working [[todo/utf8]] support. (./) * [[Optimised_rendering|todo/optimisations]] if possible. Deal with other scalability issues. _(status: scales to thousands of pages, and approximatly - 3x as fast as version 1.0)_ (./) + 3.5 times as fast as version 1.0)_ (./) * Improved [[todo/html]] stylesheets and templates. * Improved scalable [[logo]]. (./) * Support for at other revision control systems aside from svn. |