CHANGELOG.txt |
CHANGELOG.txt |
|
2009 Jul 19:
* Updated French translation
* Fixed problems with collapsed text
* Added support for scrolling back to top
2009 July 1:
* Taken over by Alexis Wilke (alexis@m2osw.com)
* Adding many of the patches, mine and others
2007 February… |
i18n-ascii.txt |
i18n-ascii.txt |
|
; global transliteration
[default]
À = "A"
Á = "A"
 = "A"
à = "A"
Ä = "Ae"
Å = "A"
Æ = "A"
Ā = "A"
Ą = "A"
Ă = "A"
Ç = "C"
Ć =… |
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 3.x
============================
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.admin.inc |
tableofcontents.admin.inc |
|
Include the different setup (administration forms) for the
table of contents module. |
tableofcontents.css |
tableofcontents.css |
|
/* Table of Contents CSS
*/
.toc {
background-color: #F9F9F9;
border: 1px solid #B5C9D8;
font-size: 95%;
text-align: left;
}
.content .toc {
max-width: 50%;
}
/* cancel the width formatting in the block */
.block .toc {
max-width:… |
tableofcontents.info |
tableofcontents.info |
|
name = Table of Contents
description = "Adds a filter that generates Tables of contents for pages with '[toc ...]' tags or that have a predetermined number of headers."
package = Input filters
core = 6.x |
tableofcontents.install |
tableofcontents.install |
|
tableofcontents.install |
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. |
tableofcontents.pages.inc |
tableofcontents.pages.inc |
|
Applies the filter functions. |
tableofcontents_block.info |
tableofcontents_block/tableofcontents_block.info |
|
name = Table of Contents Block
description = "Display the table of contents in a block."
package = Input filters
dependencies[] = tableofcontents
core = 6.x |
tableofcontents_block.install |
tableofcontents_block/tableofcontents_block.install |
|
tableofcontents_block.install |
tableofcontents_block.module |
tableofcontents_block/tableofcontents_block.module |
|
main file for module providing a block |