Revision history for Posy-Plugin-Toc
====================================
0.54 Sun 22 May 2005
--------------------
* (22 May 2005) turn off numbering
Added 'toc_numbered' config variable to enable the numbering
in the table of contents to be turned off.
0.53 Sun 22 May 2005
--------------------
* (22 May 2005) added make_page_toc
Added "make_page_toc" action, and "toc_in_entry" config variable,
to enable generation of per-page table-of-contents as distinct from per-entry
table-of-contents.
Also added "toc_at_start" config variable to force
the generation of a table-of-contents at the start of the (page)body,
which overrides toc_split and toc_split_after.
0.52 Thu 12 May 2005
--------------------
* (12 May 2005) update Posy version
* (12 May 2005) add Makefile.PL
0.5101 Sat 26 March 2005
------------------------
* (26 Mar 2005) licence correction
0.51 Sun 06 February 2005
-------------------------
* (6 Feb 2005) added INSTALL docs
0.50 Wed 26 January 2005
------------------------
* (26 Jan 2005) removed Makefile.PL
* (26 Jan 2005) toc_split_after option
Now one can use the toc_split_after option to put a ToC
after, say, the first header in an entry (with a regex like
'<h1>[^>]+</h1>') without having to have a special ToC tag.
This is useful for entries which have been converted from text.
0.40 Sat 15 January 2005
------------------------
* (15 Jan 2005) splitting out from Posy core