Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2009 15:01:07 -0500
From:      Charles Howse <chowse@charter.net>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: /usr/bin/calendar in cgi script
Message-ID:  <845EB734-909E-4B97-9ABD-8ABBADFA291B@charter.net>
In-Reply-To: <18912.60033.242203.912434@jerusalem.litteratus.org>
References:  <251E39DC-2EEE-4E43-9B4C-3F273B19AD09@charter.net> <18912.60033.242203.912434@jerusalem.litteratus.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Apr 11, 2009, at 2:07 PM, Robert Huff wrote:

>
> Charles Howse writes:
>
>> Now, when I run that script in a terminal, the output is perfectly
>> formatted, multiple lines (if there are multiple events on this  
>> date),
>> date first, event, year.  Just right.
>>
>> But, when I put that in an "include" statement in a webpage, the
>> output is a single line, regardless of whether there are multiple
>> events.
>> You can see a bad example here:
>>
>> <http://bubbabbq.homeunix.net/history_cgi.shtml>;
>>
>> How can I make multiple events show on separate lines, like it
>> does in terminal?
>
> 	Would I be correct in believing you're unfamiliar with html?

You would most certainly NOT BE CORRECT.  I've had my own server  
running Apache for years.

I don't think this is something that can be solved with html tags, but  
I will try Brad's suggestions.
Read man calendar about how it uses cpp, and how the calendar.* files  
are formatted.
If I recall, I used this same technique years ago and had a simple,  
elegant way of solving it using some default tool like col, though  
that doesn't seem to work now.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?845EB734-909E-4B97-9ABD-8ABBADFA291B>