Hi all.

I have built up a help system using a combination of Dreamweaver and Robohelp. In DW, I take advantages of (often embedded) library items to update several help pages that contain redundant information at the same time.

For example, one of the HTML pages is a user guide that is made up of several individual pages. Thus I have a library item that updates both pages at once.

Is this possible in Drupal and how painful or easy will this be to implement and execute on?

Thanks in advance!

Dan

Comments

kalin_s’s picture

Token
http://drupal.org/project/token

Tokens are small bits of text that can be placed into larger documents via simple placeholders, like %site-name or [user]. The Token module provides a central API for modules to use these tokens, and expose their own token values.

Note that Token module doesn't provide any visible functions to the user on its own, it just provides token handling services for other modules.

A full list of Modules that use Token Module - http://groups.drupal.org/node/6795