* The page name and parent links has switched from using a <h1> to a styled
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 26 May 2006 01:10:58 +0000 (01:10 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 26 May 2006 01:10:58 +0000 (01:10 +0000)
commit5466a1daf99e8e4c67a19f871aaf558312569652
treeaac6347ea7eb762fad92857ba69ef2c7a839dd74
parent7f64dd4f6688149306282f1a2a951535b9493300
* The page name and parent links has switched from using a <h1> to a styled
  <span>, so pages can use <h1> internally instead of needing to use <h2>.
* Updated all of ikiwiki's own wiki pages for that.
* Add pagetemplate hook, which can be used by plugins that want to mess
  around with adding new stuff to the page template.
* Remove headercontent; the search plugin now adds the search box to the
  header by registering a pagetemplate hook, and other plugins should do
  similarly.
20 files changed:
IkiWiki.pm
IkiWiki/Plugin/search.pm
IkiWiki/Plugin/skeleton.pm
IkiWiki/Render.pm
IkiWiki/Wrapper.pm
basewiki/helponformatting.mdwn
basewiki/style.css
debian/changelog
doc/about_rcs_backends.mdwn
doc/download.mdwn
doc/helponformatting.mdwn [deleted file]
doc/plugins.mdwn
doc/plugins/write.mdwn
doc/todo/adding_new_pages_by_using_the_web_interface.mdwn
doc/todo/done/html.mdwn
templates/editpage.tmpl
templates/inlinepage.tmpl
templates/misc.tmpl
templates/page.tmpl
templates/recentchanges.tmpl