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.
Movable Type (Score:1)
I've been happy using (perl-based) Movable Type on a shared hosting account. Using a perl-based blogging platform is one more way to support the community. (And there is talk in the MT community of refactoring it to use CGI::Application and other CPAN modules).
It runs multiple blogs out of the box, so you can easily run your technical blog and personal blog in one place, as I do:
http://mark.stosberg.com/blog [stosberg.com]
http://mark.stosberg.com/bike [stosberg.com]
My "Perl" category is subscribed to by PerlSphere.
I also prefer the philosophy of a decentralized grassroots network of blogs, rather than giving centralized control to some third-party organization.
Reply to This
Re: (Score:1)
I hope they do refactor it and get rid of the PHP dependency for dynamic stuff.
Re: (Score:2)
It's also pretty easy to tweak MT so that you can have per-category RSS feeds in one blog. I've done this, so I effectively have three (yes, three), three blogs in one!
Re: (Score:1)
Hi Mark
> (And there is talk in the MT community of refactoring it to use CGI::Application and other CPAN modules).
Are they going to use CGI::Explorer to show replies to posts?
Cheers
Ron
Re: (Score:1)
If someone makes a case that CGI::Explorer would be a good replacement for some they do internally now, I think it would be considered.
Re: (Score:1)