* Rename inlinepage to depends, so that it can be used to refer to more
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 1 May 2006 22:27:37 +0000 (22:27 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 1 May 2006 22:27:37 +0000 (22:27 +0000)
commit819a31ed24cfb95da7e37a7524ecf0655e106903
tree460885cf688a87b1464b2dd943d0b2849665ff92
parent3de6aab0a42bbcfa5fbf69a417b3f2023f8b684e
* Rename inlinepage to depends, so that it can be used to refer to more
  dependency relationships than just inlining. This will require a rebuild
  on upgrade to this version.
* Move the rss link, put it in the blogpost form if there is one and at the
  top if not. This is both nicer because easier to find, and it cleans up
  the code which had used inlinepage as a flag for adding the link later.
* Allow the depends GlobList to be built up from multiple sources (such as
  plugins) during a page render.
* Which means that more than one blog is now supported to appear on a
  single page. (With some limitations.)
13 files changed:
IkiWiki/Render.pm
basewiki/helponformatting.mdwn
debian/changelog
debian/postinst
doc/bugs.mdwn
doc/news.mdwn
doc/templates.mdwn
doc/todo.mdwn
doc/todo/plugin.mdwn
ikiwiki
templates/blogpost.tmpl
templates/page.tmpl
templates/rsslink.tmpl [new file with mode: 0644]