nodedump module
===============

Phil Glatz, consumersearch.com

This module provides a quick and dirty way to dump a node's details to the 
screen. Enter a nid, submit, and there you go.

After installation, you'll see the Node Dumper command on your Content Management menu.

Access is limited to admin users.


Theming
-------
The output of the dump is enclosed in a division called nodedumper.

The dump itself is the created and changed fields of the node displayed in a 
human-frinedly format, followed by a print_r of the node itself. In order to 
preserve indentation, the leading blanks on each line before the first non-blank 
character are converted to non-breaking spaces, and everything is put in a tt 
style.

Here's an example of a style setting you can put in one of your site style 
sheets:

.nodedumper tt {
  color: black;
  font-size: 92%;
  line-height: 1.0;
  white-space: nowrap;
}



Author
------
Phil Glatz <drupal@glatz.com>
www.glatz.com


Module development sponsored by Consumer Search, a service of About.com, a part 
of The New York Times Company.
http://www.consumersearch.com
