|
From: Zach B. <zac...@gm...> - 2005-09-09 23:06:38
|
Are we the only ones on the mailing list? lol....
On 9/9/05, Jonathan Fenocchi <jo...@sl...> wrote:
>=20
> Sounds good to me, too, Bob.
>=20
> Zach Blume wrote:
> > Seems good to me.
> >
> > On 9/9/05, *Bob F* <mon...@gm...
> > <mailto:mon...@gm...>> wrote:
> >
> > Yahr, that's what I meant. My brain wasn't making much sense last
> > night. We can, it's the ultimate extensibility. And, I guess if we
> > ship with a default, what harm is there? Just two points:
> >
> > 1) We obviously need to include a error message (Friendly, of
> > course) if template files can't be found
> >
> > 2)How many template files?
> >
> > I mean, it's simple enough templating the main page. But how about
> > the Control Panels? And Users Online? Login and Logout? And the Help
> > Page?
> >
> > I propose that we have, as part of the templating, a Header and a
> > Footer. So the user can define Header, Footer, Nav, Posts, and the
> > submit form. Then, for things like Login and Logout, CP's, Users
> > Online, ect. we can just use these header and footer templates and
> > thus keep it simple.
> >
> > Your all thoughts?
> >
> > On 9/9/05, *Zach Blume* < zac...@gm...
> > <mailto:zac...@gm...>> wrote:
> >
> >
> >
> > Well, actually, I was thinking of something more traditional like:
> >
> > <?php
> > echo '<ul>';
> > $posts =3D mssgLoop(15);
> > foreach ($posts as $post)
> > {
> > echo '<li><span class=3D"mssgMeta">'.time(
> > $post['time'], '\a\t g:i a' ).$post['author'].' said:</span>
> > '.$post['text'].'</li>';
> > }
> > echo '</ul>';
> > ?>
> >
> > Seems more logical to me, at least. And extensible. I am still
> > for letting the users make their own nav. If they know enough to
> > do templating, they are going to want to fully integrate the
> > HTML into their existing site CSS (I think).
> >
> > --
> > - Da Bob
> >
> >
>=20
>=20
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle=20
> Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q=
A
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Chategory-devl mailing list
> Cha...@li...
> https://lists.sourceforge.net/lists/listinfo/chategory-devl
>
|