Archive for the ‘Goldenfiles’ Category

Why GNA! is better than Savannah

Sunday, April 23rd, 2006

In the beginning there was…blah, okay I won’t go that far. Though, the first host provider I used was SourceForge.net. I used that for three projects:
GFSGL, GFSI and GoldenFiles. Mostly random stuff there, not too large projects.

Then one day I thought about this and well, using a proprietary website to produce and manage a free software project makes…well…no sense. So then I started looking at the alternatives. I landed on Savannah. My first Savannah project was GoldenPod. Followed by the (mostly dead) GoldenBackup (no link due to no website nor release, it does have a CVS though). Then followed by the common configuration parser. Then I had my disagreements with Savannah (as some of you might remember).

Then I started looking at GNA! which I am now using for my most active project, Day planner. Now what does GNA! have to offer that Savannah doesn’t?
Well, it offers easier access to the downloads directory, I can simply rsync/scp stuff from my box to the GNA! download directory. It also has SVN which is imho MUCH better than CVS (I’ve never used Arch, so I won’t say anything about that). They also offer download/website statistics, something Savannah doesn’t. The only plus of Savannah I can find is some of their admins. I’ve spoken with a few of them and they where very nice, savannah also has an IRC channel (#savannah on freenode) which is rather nice. Though currently, I’ll take my GNA! without my Savannah if that is possible thank you very much.

gmDB CVS and more

Tuesday, June 7th, 2005

I’ve committed a (perhaps a bit buggy) version of gmDB to CVS, and updated the goldenfiles project webpage with information about it. It even has a screenshot. I don’t know if it’s still a good thing that when I need some piece of software I end up spending alot more time writing one (or in this case modifying one) than I would have just having it manually. In this case I’ve got a OOo Calc document with the members right now that gets the job done. Oh well.

In other news I’ve fixed my RSS feed now, so those reading on planet Mandriva will get the entire text instead of [...] (at least that’s what I’m hoping for :P).

Fork it!

Monday, June 6th, 2005

Gmbase is a simple members database written in C that uses GTK. It looks useful for small organizations, such as the local LUG I’m currently the leader of. However it lacked a few small functions, namely support for phone and e-mail entries. I mailed the original author about it, but he told me that he doesn’t develop it at all anymore and that if I want any added functionality I’ll hav to do it myself.
Fair enough, only one problem…I don’t know that much C. I’ve done hello world ofcourse, but not too much other than that. Still, I thought I could at least give it a go and after alot of fiddling with it I actually managed to implement something new. So now I’ve forked gmbase and I’m calling it gmDB. I’ll release a alpha soon (calling it alpha since I don’t really know the programming language and then might need a bit of extra time for QA :P).