Preserved Topic: SSI (Page 1 of 1) |
|
---|---|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-13-2000 20:01
Having been fed up with other text editors that just didn't have all the features I wanted, I'm in the middle of creating my own with Visual Basic to use for making my web sites. One of the features that I've put in it so far is the ability to stick an outside file into an html file so that when the outside file changes, so does every file that it's included in. I'm pretty sure that this is a trick that can be done with SSI, so I thought, why not immitate some other SSI features? |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 07-13-2000 21:16
Well, I can say that http://alumweb.mit.edu/reference/ssi/index.shtml is the place I go for SSI info, and I've used most of those parametes. I like the config and echo tags, but include and exec are popular as well. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-13-2000 21:18
The best is the virtual include |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-13-2000 21:19
The best is the virtual include |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 07-13-2000 21:58
well, the exec command is nice if you want to run a cgi within a page. If we wanted to run these forums from within our gurusnetwork.com templates, we could do it that way. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-13-2000 22:31
Hmmm. Unfortunately, it doesn't look like I can use much of this after all. Most of it requires being run on the server itself; mine is just run when a file is saved. Thanks anyway! |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 07-13-2000 22:57
Oh sure, get us all worked up....... <img border=0 align=absmiddle src="http://www.ozones.com/forum/biggrin.gif"> |