Re: [PLUG] Is there a non-server way to benefit from include files for web sites?

2012-03-12 Thread Richard C. Steffens
On 03/12/2012 01:42 PM, Michael Rasmussen wrote: > >> Yes. But that's a server. > Yes, but > a standard Apache install with no external modules required. > Meaning they > may have it already and not know it. > I don't know if they have an in-house server. I want to supply them with something that

Re: [PLUG] Is there a non-server way to benefit from include files for web sites?

2012-03-12 Thread Michael Rasmussen
Richard C. Steffens wrote: > On 03/12/2012 11:25 AM, Michael Rasmussen wrote: >> >> Apache has an include >> feature: >> >> >> >> >> >> >> > id="content"> >> >> >> Is it >> Spring? >> > > Yes. But that's a server. Yes, but a standard Apache install with no external modules required. M

Re: [PLUG] Is there a non-server way to benefit from include files for web sites?

2012-03-12 Thread Richard C. Steffens
On 03/12/2012 11:31 AM, Mike Cherba wrote: > You can play a trick with Javascript to do local includes I think. Try the > techniques listed under Client Side includes on this page: > http://www.boutell.com/newfaq/creating/include.html I'll try that if wget doesn't wget me what I want. Thanks. -

Re: [PLUG] Is there a non-server way to benefit from include files for web sites?

2012-03-12 Thread Richard C. Steffens
On 03/12/2012 11:25 AM, Michael Rasmussen wrote: > > Apache has an include > feature: > > > > > > > id="content"> > > > Is it > Spring? > Yes. But that's a server. >> Is there some other tool I > can use that gives me the advantages of include? > > wget also has > options to build a loc

Re: [PLUG] Is there a non-server way to benefit from include files for web sites?

2012-03-12 Thread Mike Cherba
You can play a trick with Javascript to do local includes I think. Try the techniques listed under Client Side includes on this page: http://www.boutell.com/newfaq/creating/include.html -Mike On Mon, Mar 12, 2012 at 11:25 AM, Michael Rasmussen wrote: > > > > Richard C. Steffens wrote:

Re: [PLUG] Is there a non-server way to benefit from include files for web sites?

2012-03-12 Thread Michael Rasmussen
Richard C. Steffens wrote: > I'm working on a small HTML project to display the story of the > Victorian house we restored about 20 years ago. I want to give a copy to > a preservation group that's interested in it. The problem is that I am > using php on my home Apache installation so I can use

[PLUG] Is there a non-server way to benefit from include files for web sites?

2012-03-12 Thread Richard C. Steffens
I'm working on a small HTML project to display the story of the Victorian house we restored about 20 years ago. I want to give a copy to a preservation group that's interested in it. The problem is that I am using php on my home Apache installation so I can use include. However, I won't be post