From owner-freebsd-advocacy Sat Aug 7 12:33:55 1999 Delivered-To: freebsd-advocacy@freebsd.org Received: from wenet.net (pm3-23.ppp.wenet.net [206.15.85.23]) by hub.freebsd.org (Postfix) with ESMTP id 53F3714C37 for ; Sat, 7 Aug 1999 12:33:50 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by wenet.net (8.9.3/8.9.1) with ESMTP id MAA00853; Sat, 7 Aug 1999 12:32:40 -0700 (PDT) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Sat, 7 Aug 1999 12:32:40 -0700 (PDT) From: Alex Zepeda To: "Eric A. Griff" Cc: advocacy@FreeBSD.ORG Subject: Re: advocacy site In-Reply-To: <001001bee0b4$3b2be4a0$c100000a@cfpower.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-advocacy@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 7 Aug 1999, Eric A. Griff wrote: > More dynamic.. For example, the lines on the front page (Red > Heading\nPlaintext) could easily be done in a script right from a database: > IE > > SELECT * FROM advHeadlines ORDER BY timStamp WHERE active; > > Then

$headline

$content
> > Or even in a table. > > In C? They're not that hard to do.. MySQL is pretty Interfacable now. > The API is workable, and beats the crap out of Netapi32.dll from Win32 =) > Or the DAO/RDO stuff.. Well, they are kinda simple for base functionality, > though creating a class makes it easier, and very C++ like. This strikes me as the type of thing that embperl (perl.apache.org) could be used for. If they are just headlines, a flat text file could be used and simply rotated into a directory of static html files when it's considered old. So that you have: old-headlines/yy/mm/dd/contents.html and so forth. Even easier to mirror would be some SSI so that a straight up executable could be used (such as a perl script) and thus put very few demands on what the server has installed. > Jordy, there any kind mass brainstorming lists laying around? I think, this is what the advocacy list is for if I'm not mistaken :^) - alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-advocacy" in the body of the message