From owner-freebsd-advocacy Sat Aug 7 2: 8:22 1999 Delivered-To: freebsd-advocacy@freebsd.org Received: from genesis.setjmp.net (genesis.setjmp.net [208.13.245.195]) by hub.freebsd.org (Postfix) with ESMTP id 1C99214FC8; Sat, 7 Aug 1999 02:08:14 -0700 (PDT) (envelope-from eric@cfpower.com) Received: from Apophis (eric@[10.0.0.193]) by genesis.setjmp.net (8.9.3/8.9.3) with SMTP id FAA35367; Sat, 7 Aug 1999 05:07:24 -0400 (EDT) (envelope-from eric@cfpower.com) Message-ID: <001001bee0b4$3b2be4a0$c100000a@cfpower.com> Reply-To: "Eric A. Griff" From: "Eric A. Griff" To: "Nik Clayton" , "Jordan K. Hubbard" Cc: "Jordan K. Hubbard" , "Bill Fumerola" , "Alex Zepeda" , "Mike Hoskins" , References: <5018.934014167@localhost> Subject: Re: advocacy site Date: Sat, 7 Aug 1999 05:07:08 -0400 Organization: CFPower MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-advocacy@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > You've pretty much described www.freebsdrocks.com. > > Almost. What I see advocacy.freebsd.org being, however, is something > just a bit more "official" in that it tries to archive things like > advocacy guides, canned presentations, promotional imagery and other > advocacy resources, one significant one being a "news" service. It's > the news pages and dynamic advocacy guide material which I figure will > require the intervention of a database to make more easily manageable > than CVS and shell accounts would be. > > - Jordan > 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. Jordy, there any kind mass brainstorming lists laying around? Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-advocacy" in the body of the message