NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
I'd love to help ... (Score:1)
Re: (Score:1)
Step 1. Politics
If we're going to start redesigning websites wholesale it needs buy-in from the appropriate people who built and own the websites, so that anything we create is suitable for purpose and reusable across all of the websites properly.
Re: (Score:2)
Which also means some technical constraints*, because it has to be able to run on the existing hardware budget if not the existing hardware, and scale to the size of known traffic peaks. Yes, these sites can end up on the front page of slashdot, so the "static" pages better not be making umpteen calls to a database to generate their content.
* constraints are good. A good artist uses constraints to channel their creativity and inspire them. Well, that's my story an
Re:I'd love to help ... (Score:1)
Reply to This
Parent
Re: (Score:2)
I think you're missing the point. Adam is talking about presentation and layout design, not a CMS or whether we're using a flavour of the month framework. Templates and CSS can be integrated into any site. Ruby on Rails largely got peoples attention because the initial websites looked well designed, and had nothing to do with the backend codebase.
The problem is that many of us are decent coders, and can put together a functional site pretty well. However, we're mostly not website designers and that's what w
Re: (Score:1)
Re: (Score:1)
The main reason Digital Craftmen didn't manage a full implementation of our proposed glossy design for www.perl.org is that combust (the perl.org CMS) requires apache 1.3 and mod_perl 1 to run... we don't have any servers that out of date, and we couldn't spare one to downgrade for the build and test.
While I agree that the back-end shouldn't be the driving force in an aesthetic redesign, it seems that it can sometimes be a very effective brake.
Perl is Alive
http://perlisalive.com [perlisalive.com]
Re: (Score:1)
Re: (Score:1)
Perl is Alive
http://perlisalive.com [perlisalive.com]
Re: (Score:1)
Re: (Score:2)
I have intended The Perl Beginners' Site [perl-begin.org] to be the (unofficial so far) first-stop for Perl beginners. About two years ago, I've adapted an OSWD template for its look, which should have made it attractive enough. There's still some problem with the testimonials section being lacking, but I plan to correct it when I find some time to dedicate to it.
Contributing and building upon Perl-Begin is very easy because the sources are available in a publicly-accessible Subversion repository, and the licence is CC-b
Re: (Score:1)
This isn't necessarily about perl.org specifically, or about this CMS or that CMS.
ALL of these websites are crap, run by a dozen different people/groups on a dozen different platforms, have all degraded or rotted, regardless of the sophistication of the backend.
I've managed to do a perfectly acceptable job of operating a site (and been complimented for it a number of times) with nothing but a plan HTML editor, an svn repository that 20 other people have commit to, and a cron job.
http://strawberryperl.com/ [strawberryperl.com]
A
Re: (Score:1)
You don't need to dedicate a server to running a different apache. You can run as many different apache/mod_perl binaries as you like on a single machine.
Re: (Score:1)
We at Plus Three (http://plusthree.com/ [plusthree.com]) are big contributors and users of the Krang CMS (http://krangcms.com/ [krangcms.com] and http://krangcms.com/screens.html [krangcms.com]) which was originally designed to mimic Bricolage in a lot of ways but is now considerably different. We have a clustered setup of the CMS and other servers to serve the content for our clients and we would be willing to help out if anyone needs it.