<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>The data to be compared (html and javascript) is not on the filesystem, not 
directly anyway.&nbsp; Its contained within the Drupal node stored in the mysql 
database.</DIV>
<DIV>&nbsp;</DIV>
<DIV>My original question remains.&nbsp; <STRONG>Is there a module to document 
Drupal configuration</STRONG>&nbsp;<STRONG>so that I may compare one Drupal 
instance with another?</STRONG>&nbsp; I need information like what you see on 
the &lt;admin&gt;&lt;module&gt; page that also includes configuration details on 
each module that has a configuration setting.&nbsp; Ideally I could generate and 
save a report today and sometime in the future (when it breaks) generate another 
report, compare them and see what changed.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Bob</DIV>
<DIV>&nbsp;</DIV>
<DIV>-----Original Message----- </DIV>
<DIV>From: John Summerfield </DIV>
<DIV>Sent: Sunday, June 09, 2013 8:47 AM </DIV>
<DIV>To: support@drupal.org </DIV>
<DIV>Subject: Re: [support] Site Documentation Module? </DIV>
<DIV>&nbsp;</DIV>
<DIV>On 09/06/13 05:56, Bob Turner wrote:</DIV>
<DIV>&gt; Thanks.</DIV>
<DIV>&gt; When I use the quickdiff.com online tool, it tells me they are the 
same</DIV>
<DIV>&gt; text making up the javascript.&nbsp; I saw that as well.&nbsp; I’ve 
come to the</DIV>
<DIV>&gt; conclusion that there is something else on the page causing the</DIV>
<DIV>&gt; javascript to fail.&nbsp;&nbsp; There are many page differences as 
last dev</DIV>
<DIV>&gt; refresh was around 5/1.&nbsp; I only did a diff of the javascript 
paragraph.</DIV>
<DIV>&gt; The page in question is rapidly changing as it refers to an event at 
the</DIV>
<DIV>&gt; end of this month.&nbsp;&nbsp; In case you are interested, here are 
the links to</DIV>
<DIV>&gt; the pages in question.</DIV>
<DIV>&nbsp;</DIV>
<DIV>The diff program I mentioned is the GNU version of the standard Unix </DIV>
<DIV>tool. It runs on the filesystem and can quickly show all the files that 
</DIV>
<DIV>differ and where they differ.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Looks like this:</DIV>
<DIV>20:47 [root@WebServer sites]# diff -ur chesswa.bak/ chesswa | head 
-20</DIV>
<DIV>Only in chesswa/drupal: drupal</DIV>
<DIV>Only in chesswa/drupal: favicon.ico</DIV>
<DIV>Only in chesswa.bak/drupal: .gitignore</DIV>
<DIV>Binary files chesswa.bak/drupal/misc/favicon.ico and </DIV>
<DIV>chesswa/drupal/misc/favicon.ico differ</DIV>
<DIV>diff -ur chesswa.bak/drupal/modules/image/image.admin.inc </DIV>
<DIV>chesswa/drupal/modules/image/image.admin.inc</DIV>
<DIV>--- chesswa.bak/drupal/modules/image/image.admin.inc&nbsp;&nbsp;&nbsp; 
2013-04-04 </DIV>
<DIV>05:29:52.000000000 +0800</DIV>
<DIV>+++ 
chesswa/drupal/modules/image/image.admin.inc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
2013-05-18 </DIV>
<DIV>09:54:37.292306299 +0800</DIV>
<DIV>@@ -772,11 +772,22 @@</DIV>
<DIV>&nbsp;&nbsp;&nbsp; $original_attributes['style'] = 'width: ' . 
$original_width . 'px; </DIV>
<DIV>height: ' . $original_height . 'px;';</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; // Set up preview file information.</DIV>
<DIV>+&nbsp; ob_start();</DIV>
<DIV>&nbsp;&nbsp;&nbsp; $preview_file = image_style_path($style['name'], 
$original_path);</DIV>
<DIV>+&nbsp; print "&lt;br&gt; File: " .&nbsp; $preview_file;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; if (!file_exists($preview_file)) {</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; image_style_create_derivative($style, 
$original_path, $preview_file);</DIV>
<DIV>+&nbsp;&nbsp;&nbsp; print "&lt;br&gt; now: " .&nbsp; $preview_file;</DIV>
<DIV>+&nbsp; }</DIV>
<DIV>+&nbsp; if (!file_exists($preview_file)) {</DIV>
<DIV>+&nbsp;&nbsp;&nbsp; print "&lt;br&gt; " . $preview_file . " still doesn't 
exist";</DIV>
<DIV>20:47 [root@WebServer sites]#</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>If those are identical, then that leaves your databases. I suppose </DIV>
<DIV>there's a point to the quickdiff site, but I don't see it.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>-- </DIV>
<DIV>[ Drupal support list | http://lists.drupal.org/ 
]</DIV></DIV></DIV></BODY></HTML>