January 2010
6 posts
2 tags
The Frog & The Wolf
I’m a CMS addict, one of those crazies that installs and screws around with every CMS I can find. I’ve been a fan of Frog CMS for awhile now, but I just found out that development on Frog has stalled, and one of the lead devs has created a fork called Wolf CMS.
Check it out. Looks like a worthy sequel to Frog.
2 tags
Project Verity
Mark Boulton and Leisa Reichelt just launched Project Verity, which looks to ultimately be a Drupal admin theme aimed at content creators and site editors. It will be “designed in the open and available soon,” although the site says it will be a paid/premium theme.
I asked Mark Boulton about that last part via Twitter:
@markboulton it will be a paid/premium theme?
And his...
2 tags
2 tags
Ubuntu Funnel
I just launched Ubuntu Funnel, an aggregator of Ubuntu and Linux blogs.
It’s basically a vanilla install of Development Seed’s Managing News, so I can’t take credit for anything except the fact that I bought the domain and set it up. Development Seed has been doing a really awesome job on not only Managing News, but also Open Atrium and MapBox.
So if you’re into Ubuntu...
2 tags
Installing and updating Drupal with CVS
It’s relatively easy to use CVS to keep Drupal core up to date. Here’s a quick guide.
To install core:
$ cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal co -r DRUPAL-6-14 -d directory_name drupal
When doing the above, change 6-14 to the Drupal version you want to check out (obviously using X-X syntax instead of X.X), and change directory_name to the path to the...