You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@hyperreal.com> on 1995/11/28 18:42:58 UTC

enhancement (fwd)

Can whoever was working on conditional HTML talk to this person...


orwarded message:
> From hsf@sweng.stortek.com  Mon Nov 27 09:38:20 1995
> Message-Id: <95...@darkstar.stortek.com>
> Date: Mon, 27 Nov 95 10:37:31 -0700
> Sender: hsf@sweng.stortek.com
> From: "Howard S. Fear" <hs...@sweng.stortek.com>
> X-Mailer: Mozilla 1.12 (X11; I; SunOS 5.4 sun4m)
> Mime-Version: 1.0
> To: apache-bugs@mail.apache.org, hsf@sweng.stortek.com
> Subject: enhancement
> X-Url: http://www.apache.org/info.html
> Content-Transfer-Encoding: 8bit
> Content-Type: text/plain; charset=iso-8859-1
> 
> I've modified the mod_include.c file to support an enhanced ssi.  I'm working
> on getting permission from my company to release this back to the public
> domain.  Is there a process/permission that y'all want followed to do this?
> 
> The enhancements inlcude:
>     <!--#if cond -->
>     <!--#elif cond -->
>     <!--#else -->
>     <!--#endif -->
>         Pattern matching tests primarily to support different browsers
>         using the same file.  Patterns are egrep regexprs.  Conditions
>         include AND, OR, and ~ (NOT).
>     <!--#set var=value -->
>         Minimal variable handling.  A variable can be set to an absolute
>         value or the value of another variable.  Primarily used to pass
>         data to an included file.  This allows, for example, a common footer
>         that contains the title of the page its included in.
>     <!--#printenv -->
>         print the current variable set.
> 
> Thanks in advance,
> 
> -- 
> Howard Fear
> x35170
> ms 5209
> 
> 
>