Forum OpenACS Q&A: templates

Collapse
Posted by Ben Koot on
Hi folsk,

On the CMS forum David refered to yahoo site builder. I cane across their template collection.http://webhosting.yahoo.com/ps/sb/templates/ Is there anybody in the community working on creating an Openacs template collection or are there alternatives, so we don't have to spend time on this ?

Cheers
Ben

Collapse
2: Re: templates (response to 1)
Posted by Raad Al-Rawi on
I'm not aware of any alternatives, but I think everyone would agree this facility would be invaluable! It would certainly make OpenACS more attractive (in more than one way).

I believe one of the main requirements for applying templates is to have a standard set of element style classes that are applied consistently throughout the system.
Other considerations might include:
  • logic/presentation split - obviously it needs to be as separate as possible
  • standard locations for resources such as CSS files, images, etc.
  • modular, dynamic navigation elements such as navbars, paging navbars

A template might then consist of a master template file and an associated CSS file.

I seem to remember discussions about some of these issues, but I guess we aren't there yet!
Doing all of this is a big job, but might be made easier if we had a set of styling standards documented. That way people writing packages have something to refer to.
Maybe I'll post up something from my work with the calendar (oh dear, that was rash :D)

<Raad>