octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave web pages


From: John W. Eaton
Subject: Re: Octave web pages
Date: Wed, 1 Feb 2006 12:20:37 -0500

On  1-Feb-2006, Søren Hauberg wrote:

| > I have experience with CSS and could lend a hand with this.  If PHP is
| > supported, I would also be willing to convert the current site to PHP
| > using a single header and footer file.  This could also be done with
| > JavaScript if PHP is not supported.
| You don't need fancy stuff like PHP to use a single header and footer, 
| you can just do it with apache. I don't know if savanah supports the 
| "Includes" extension, but most apache setups do (I've been told).
| 
| Just add "Options +Includes" to your .htaccess, and then header/footer
| pages can be included by adding
| <!--#include virtual="./header.html" -->
| to your html files.

OK, this is better than repeating the same code in multiple pages, but
I'm not sure that it is quite equivalent to what we have now.  Is
there a way to make the link to the current page inactive?  Even if
there is not, the include feature might be better than repeating the
same code verbatim in the source for multiple pages.

Thanks,

jwe




reply via email to

[Prev in Thread] Current Thread [Next in Thread]