You are here

README.txt in TOC filter 6

Same filename and directory in other branches
  1. 7 README.txt
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
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * Similar Modules
  6. INTRODUCTION
  7. ------------
  8. Converts header tags into a linked table of contents.
  9. This module is designed to be lightweight and accomplishes the very specific task
  10. of converting

    tags into an SEO friendly table of contents (TOC).

  11. If you need a more complete hierarchical table on contents check out the
  12. 'Table of Contents' module. (http://drupal.org/project/tableofcontents)
  13. INSTALLATION
  14. ------------
  15. 1. Copy/upload the toc_filter.module to the sites/all/modules directory
  16. of your Drupal installation.
  17. 2. Enable the 'TOC filter' module in 'Administer > Site building > Module'.
  18. (admin/build/modules)
  19. 3. Visit the 'Administer > Site configuration > Input formats'
  20. (admin/settings/filters). Click "configure" next to the input format you want
  21. to enable the Table of contents filter on.
  22. 4. Enable (check) the 'Table of contents' under the list of filters and save
  23. the configuration. Make sure that the input filter support H2/H3 tags and
  24. the 'Table of Contents' is applied after the HTML filter.
  25. 5. (optional) Visit the 'Administer > Site configuration > TOC filter'
  26. (admin/settings/toc_filter). Select desired header tab for conversion to
  27. table of contents. The recommended default value is

    .

  28. SIMILAR MODULES
  29. ---------------
  30. - Table of Contents: Adds a filter that generates Tables of contents for pages
  31. with '[toc ...]' tags or that have a predetermined number of headers.
  32. http://drupal.org/project/tableofcontents
  33. [A more powerful (and complex) solution to building hierarchical TOCs]
  34. - Table of Contents: Automatically create table of contents (jumplinks) for
  35. long pages in Drupal
  36. http://www.drupalcoder.com/blog/automatically-create-table-of-contents-jumplinks-for-long-pages-in-drupal
  37. AUTHOR/MAINTAINER
  38. -----------------
  39. - Jacob Rockowitz
  40. http://drupal.org/user/371407