README.txt in TOC filter 6
CONTENTS OF THIS FILE
---------------------
* Introduction
* Installation
* Similar Modules
INTRODUCTION
------------
Converts header tags into a linked table of contents.
This module is designed to be lightweight and accomplishes the very specific task
of converting <h3> tags into an SEO friendly table of contents (TOC).
If you need a more complete hierarchical table on contents check out the
'Table of Contents' module. (http://drupal.org/project/tableofcontents)
INSTALLATION
------------
1. Copy/upload the toc_filter.module to the sites/all/modules directory
of your Drupal installation.
2. Enable the 'TOC filter' module in 'Administer > Site building > Module'.
(admin/build/modules)
3. Visit the 'Administer > Site configuration > Input formats'
(admin/settings/filters). Click "configure" next to the input format you want
to enable the Table of contents filter on.
4. Enable (check) the 'Table of contents' under the list of filters and save
the configuration. Make sure that the input filter support H2/H3 tags and
the 'Table of Contents' is applied after the HTML filter.
5. (optional) Visit the 'Administer > Site configuration > TOC filter'
(admin/settings/toc_filter). Select desired header tab for conversion to
table of contents. The recommended default value is <h3>.
SIMILAR MODULES
---------------
- Table of Contents: Adds a filter that generates Tables of contents for pages
with '[toc ...]' tags or that have a predetermined number of headers.
http://drupal.org/project/tableofcontents
[A more powerful (and complex) solution to building hierarchical TOCs]
- Table of Contents: Automatically create table of contents (jumplinks) for
long pages in Drupal
http://www.drupalcoder.com/blog/automatically-create-table-of-contents-jumplinks-for-long-pages-in-drupal
AUTHOR/MAINTAINER
-----------------
- Jacob Rockowitz
http://drupal.org/user/371407
File
README.txt
View source
-
- CONTENTS OF THIS FILE
- ---------------------
-
- * Introduction
- * Installation
- * Similar Modules
-
- INTRODUCTION
- ------------
-
- Converts header tags into a linked table of contents.
-
- This module is designed to be lightweight and accomplishes the very specific task
- of converting
tags into an SEO friendly table of contents (TOC).
-
- If you need a more complete hierarchical table on contents check out the
- 'Table of Contents' module. (http://drupal.org/project/tableofcontents)
-
-
- INSTALLATION
- ------------
-
- 1. Copy/upload the toc_filter.module to the sites/all/modules directory
- of your Drupal installation.
-
- 2. Enable the 'TOC filter' module in 'Administer > Site building > Module'.
- (admin/build/modules)
-
- 3. Visit the 'Administer > Site configuration > Input formats'
- (admin/settings/filters). Click "configure" next to the input format you want
- to enable the Table of contents filter on.
-
- 4. Enable (check) the 'Table of contents' under the list of filters and save
- the configuration. Make sure that the input filter support H2/H3 tags and
- the 'Table of Contents' is applied after the HTML filter.
-
- 5. (optional) Visit the 'Administer > Site configuration > TOC filter'
- (admin/settings/toc_filter). Select desired header tab for conversion to
- table of contents. The recommended default value is
.
-
-
- SIMILAR MODULES
- ---------------
-
- - Table of Contents: Adds a filter that generates Tables of contents for pages
- with '[toc ...]' tags or that have a predetermined number of headers.
- http://drupal.org/project/tableofcontents
- [A more powerful (and complex) solution to building hierarchical TOCs]
-
- - Table of Contents: Automatically create table of contents (jumplinks) for
- long pages in Drupal
- http://www.drupalcoder.com/blog/automatically-create-table-of-contents-jumplinks-for-long-pages-in-drupal
-
-
- AUTHOR/MAINTAINER
- -----------------
-
- - Jacob Rockowitz
- http://drupal.org/user/371407