Jon Stevens at [EMAIL PROTECTED] wrote:
> on 5/10/01 8:55 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
>> + wa_rprintf(r," <dt>Your Request:</dt>\n");
>> + wa_rprintf(r," <dd>Server Host: \"%s\"</dd>\n",r->serv->host);
>> + wa_rprintf(r," <dd>Server Address: \"%s\"</dd>\n",r->serv->addr);
>> + wa_rprintf(r," <dd>Server Port: \"%d\"</dd>\n",r->serv->port);
>> + wa_rprintf(r," <dd>Client Host: \"%s\"</dd>\n",r->clnt->host);
>> + wa_rprintf(r," <dd>Client Address: \"%s\"</dd>\n",r->clnt->addr);
>> + wa_rprintf(r," <dd>Client Port: \"%d\"</dd>\n",r->clnt->port);
>
> This bugged me in Jserv...can't we at least abstract that out to a text file
> that is read in so that it isn't HTML embedded within code?
Can be done... Probably :)
> I find it funny that with all your work on Cocoon and abstraction of
> presentation and MVC that we are going back to 1993 again...
Never did anything related with MVC... In Cocoon I did the engine, basically
take XML and shove it out as HTML/PDF/JPEG...
And (you big pain in the ass!) this is only the "status" page... It's not a
"complex" thing, just needs to report infos...
Pier