rbowen      00/11/05 19:06:41

  Modified:    htdocs/manual/howto SSI-HOWTO.html
  Log:
  Yet more changes recommended by Chris Pepper
  
  Revision  Changes    Path
  1.4       +3 -3      httpd-docs-1.3/htdocs/manual/howto/SSI-HOWTO.html
  
  Index: SSI-HOWTO.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/howto/SSI-HOWTO.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SSI-HOWTO.html    2000/11/06 02:45:57     1.3
  +++ SSI-HOWTO.html    2000/11/06 03:06:40     1.4
  @@ -174,11 +174,11 @@
   <P>
   <HR>
   <H1><A NAME="when was this document modified">When was this document 
modified?</A></H1>
  -<P>In the last article, we mentioned that you could use SSI to inform the 
user when the 
  +<P>Earlier, we mentioned that you could use SSI to inform the user when the 
   document was most recently modified. However, the actual method for doing 
that
   was left somewhat in question. The following code, placed in your HTML 
document,
   will put such a time stamp on your page. Of course, you will have to have SSI
  -correctly enabled, as discussed in the last article.</P>
  +correctly enabled, as discussed above.</P>
   <PRE>
           &lt;!--#config timefmt=&quot;%A %B %d, %Y&quot; --&gt;
           This file last modified &lt;!--#flastmod file=&quot;ssi.shtml&quot; 
--&gt;</PRE>
  @@ -268,7 +268,7 @@
   <P>
   <HR>
   <H1><A NAME="setting variables">Setting variables</A></H1>
  -<P>Using the <CODE>set</CODE> attribute, you can set variables for later 
use. We'll need this
  +<P>Using the <CODE>set</CODE> directive, you can set variables for later 
use. We'll need this
   later in the discussion, so we'll talk about it here. The syntax of this is
   as follows:</P>
   <PRE>
  
  
  

Reply via email to