it's as easy as ADD, one two three

| 3 Comments | No TrackBacks
This post is more writing typing my ADD thoughts down somewhere. There are many 'projects' I'd like to do, if had the time and/or [self-]motivation to do them. I've created github repos for most of them. I'm also posting these ideas to get feedback and/or receive help from others.

currently, it uses Parallel::ForkManager (back-end), HTML-Mason (front-end) and its own quasi-orm. I'd like to rewrite it using Moose, POE, Catalyst (with TT or HTML-Mason) and DBIx::Class
currently, it uses AUTOLOAD and various other 'old' perl OO. I'd like to rewrite it using Moose and potentially POE::Component::SNMP, as I'd like to be able to use callbacks
  • create a Movable Type 'clone' [github]
I currently use Movable Type to power my blog. I like it, but not it's CGI nor its mish-mash of SSI, PHP, etc. I'd like to create a Catalyst blog engine, similar to Movable Type.  I originally started hacking on Angerwhale, but per the advice of its original author, I stopped.

I'm sure I'll get asked why I want to rewrite all these tools that function already and do the job they were intended to do. Part of the answer is, all of them don't do something I want in one way or another or are difficult to expand upon. Another part is that it'd be nice to bring them into enlightened perl. And, as I'm sure for any other developer, there is a certain amount of NIH and wanting to create something to put your name on.

No TrackBacks

TrackBack URL: https://my.warpedreality.org/mt-tb.cgi/11

3 Comments

Movable Type was recently forked and will have serious changes.

MojoMojo is a wiki/blogging engine written with Catalyst.

Regarding the Movable Type clone, if you don't know about it already, you might be interested by Melody, a recent fork of MV: http://openmelody.org/ and http://github.com/openmelody/melody/tree/master

Leave a comment

Powered by Movable Type 4.32-en