You are here

README.txt in TOC filter 7

Same filename and directory in other branches
  1. 6 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 'Modules', (admin/modules)

3. Visit the 'Configuration > [Content authoring] Text formats'
   (admin/config/content/formats). Click "configure" next to the input format you want
   to enable the 'Table of Contents' filter on.

4. Enable (check) the 'Table of Contents' filter under the list of filters and save
   the configuration.

5. (optional) Visit the 'Configuration > [Content authoring] TOC filter'
   (admin/config/content/toc_filter). Select desired header tab for conversion to
   accordion and tab labels. 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 'Modules', (admin/modules)
  18. 3. Visit the 'Configuration > [Content authoring] Text formats'
  19. (admin/config/content/formats). Click "configure" next to the input format you want
  20. to enable the 'Table of Contents' filter on.
  21. 4. Enable (check) the 'Table of Contents' filter under the list of filters and save
  22. the configuration.
  23. 5. (optional) Visit the 'Configuration > [Content authoring] TOC filter'
  24. (admin/config/content/toc_filter). Select desired header tab for conversion to
  25. accordion and tab labels. The recommended default value is

    .

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