CHANGELOG.txt |
CHANGELOG.txt |
|
2007 February 4:
* Added <div class="toc">...</div> for theming
2006 December 4:
* Initial release to CVS |
headinganchors.info |
headinganchors.info |
|
name = Heading anchors
description = "Filter that marks H2 and H3 headings with id anchors from which Tables of Contents can be generated."
package = Input Filters |
headinganchors.module |
headinganchors.module |
|
This is a module which takes headings and adds id attributes to them
to allow them to be linked to in a URL. The following rules are used to create an
attribute: |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
verbatim copies of this license document, but… |
README.txt |
README.txt |
|
Table of Contents Module 2.3
============================
This is a module to generate a jQuery enabled mediawiki-like collapsible table
of contents section based on header tags.
Project Page: http://drupal.org/project/tableofcontents
Written by… |
tableofcontents.css |
tableofcontents.css |
|
.toc {
max-width: 50%;
_width: 50%;
background-color: #F9F9F9;
border: 1px solid #B5C9D8;
font-size: 95%;
text-align: left;
}
.toc-title {
text-align: center;
font-weight: bold;
}
.toc-list {
padding: 0;
}
.toc ul {
… |
tableofcontents.info |
tableofcontents.info |
|
name = Table of Contents
description = "Adds a filter that generates Tables of Contents for pages marked with '<!--tableofcontents-->'."
package = Input Filters
dependencies = headinganchors |
tableofcontents.module |
tableofcontents.module |
|
This is a filter module to generate a collapsible jquery enabled mediawiki
style table of contents based on <h[1-6]> tags. Transforms header tags into
named anchors. |