Re: User customisable website application?

2001-12-11 Thread Stas Bekman

Chris Winters wrote:

 * Russell Matbouli ([EMAIL PROTECTED]) [011209 19:44]:
 
As the final year project for my degree, I'm implementing a
user-customisable website application (aimed at multiuser websites)
in mod_perl. Can anyone tell me if something like this already
exists? My searches so far haven't turned up anything like this.

Just to clarify what I mean by customisable - the user can log in
and change their colour scheme, font, ordering of components, choose
a theme... The sort of thing you see on some commercial websites.

 
 The application servers listed at the mod_perl site [1] should be a
 good start. (Altho I note that the recently announced OpenFrame [2]
 isn't on there.) 


It's there now :)

_
Stas Bekman JAm_pH  --   Just Another mod_perl Hacker
http://stason.org/  mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/




Re: User customisable website application?

2001-12-09 Thread Brett W. McCoy

On Thu, 6 Dec 2001, Russell Matbouli wrote:

 Just to clarify what I mean by customisable - the user can log in and
 change their colour scheme, font, ordering of components, choose a
 theme... The sort of thing you see on some commercial websites.

There are some websites out there that are user customizable --
www.perlmonks.org, for instance, has some customizable features.  It
shouldn't be too difficult to do what you are shooting for, especially if
you use a modular/component based architecture like Mason or AxKit.

-- Brett
  http://www.chapelperilous.net/

Agree with them now, it will save so much time.




Re: User customisable website application?

2001-12-09 Thread Perrin Harkins

I think the OpenInteract sample apps might do what you want.  By the
way, please put the text of your message in the body of the mail rather
than as an attachment.
- Perrin




Re: User customisable website application?

2001-12-09 Thread Chris Winters

* Russell Matbouli ([EMAIL PROTECTED]) [011209 19:44]:
 As the final year project for my degree, I'm implementing a
 user-customisable website application (aimed at multiuser websites)
 in mod_perl. Can anyone tell me if something like this already
 exists? My searches so far haven't turned up anything like this.
 
 Just to clarify what I mean by customisable - the user can log in
 and change their colour scheme, font, ordering of components, choose
 a theme... The sort of thing you see on some commercial websites.

The application servers listed at the mod_perl site [1] should be a
good start. (Altho I note that the recently announced OpenFrame [2]
isn't on there.) Speaking for OpenInteract, I can say that this is
definitely possible without a huge amount of work. The color scheme,
font, theme etc. is already there, and the component ordering and such
would be fairly simple to add in.

Chris

[1] http://perl.apache.org/#appservers
[2] http://openframe.fotango.com/

-- 
Chris Winters ([EMAIL PROTECTED])
Building enterprise-capable snack solutions since 1988.