From: Shaun M. <sh...@ae...> - 2005-08-19 13:58:05
|
Hi all I've got a long term community project on at the moment which is growing in scope daily and needs some extra developers. As and when the features mature enough in our requirements I hope I can pass on the dev work to the relevant module developers and for them to possibly get some payback for their time if they are available. The project is a community of creative industry pros, freelancers and artists here in this part of West Yorkshire, UK. It's part government funded which means there's 'some' money about but we're trying not to use it all up straight away so we can keep the project running for as long as possible. The server is paid for, for a year for instance but marketing probably will last till December. Hopefully once it's running I can attract some more funding either via members or the various arts and media funding bodies which can continue development funding. Where I am in the post-industrial north of England, they like funding things like this to regenerate local industry although I just missed out on one round last week. We're also implementing this as branches so once we've rolled it out to the creative industry, we hope to add branches for other parts of the local community such as rural development, a youth/kids branch, business assoc or whatever. Anyway, The first thing on the list is for each user to have their own personal photoalbum that they can upload their own work into. That way we can create a portfolio of every artist, sculptor, designer or whatever and the world can view their photoalbums yet each user can manage their own individual album. Unfortunately, Darren, photoAlbum's developer, is doing the 'working too hard with multiple jobs and school' lifestyle thing just now so has declined the offer, so if anyone else fancies it, drop me an email or catch me on #phpwebsite The site is going live at the beginning of October so it's being based on the 0.10.x codebase as fallout will be a little fresh for us by then unfortunately. Any work must be passed back to the phpWebSite community and be completely open source. AppState will have the right to include it in the main codebase, or not as they wish. You wouldn't believe how long I spent arguing with the local gov legal dept that code had to be given away. ;-) Shaun (aka singletrack) aegis design - http://www.aegisdesign.co.uk aegis hosting - http://www.aegishosting.co.uk |
From: Marino P. <web...@lo...> - 2005-08-19 16:10:25
|
Shaun, you've probably thought about it already but how about using http://gallery.sourceforge.net ? It has all the features you are looking for, it's a mature product, actively developed, open source. It has support for Nuke 5.0+ NSN-nuke Post-nuke Geek Log phpBB2 Mambo and at an earlier life for PHPWS 8. Marino Pascal |
From: Shaun M. <sh...@ae...> - 2005-08-24 14:44:23
|
On 19 Aug 2005, at 17:10, Marino Pascal wrote: > Shaun, > you've probably thought about it already but how about using > http://gallery.sourceforge.net ? > > It has all the features you are looking for, it's a mature product, > actively developed, open source. > It has support for > Nuke 5.0+ > NSN-nuke > Post-nuke > Geek Log > phpBB2 > Mambo > > and at an earlier life for PHPWS 8. Used it before. It's ok, but I'd rather stick with phpWebSite modules so I don't have to hack a 3rd party product each time either changes. It's a false economy and the integration always looks a right dogs dinner with two very different interfaces sharing the same page. That just wouldn't do for a professional site. In any case, I've just about finished hacking photoalbum myself now. Had an excess of programming juice one night and a few hours later.... It now has personal albums that each user can upload into, assignable ownership of albums by an admin, search facilities, better resizing of images and comments. Just got to tidy up the config a bit so it's more general purpose and I'd like to replace some of the error handling so that users don't get errors about recompiling GD when they try to upload a Windows bitmap. It probably also needs integrating into Approval for creation of albums by users as at the moment they have to ask an admin to create one and assign ownership before they can upload. Other than that, done. Thanks to Jim for reminding me there was an owner field, it proved much more simple than I thought. I then went on to add private forums to phpwsBB. That's done too now. ;-) Shaun aegis design - http://www.aegisdesign.co.uk aegis hosting - http://www.aegishosting.co.uk |
From: M. F. <md...@gm...> - 2005-09-08 14:51:28
|
> I then went on to add private forums to phpwsBB. That's done too > now. ;-) >=20 Are these changes available on the SF CVS? Or as a patch somewhere? I would like to take a look at them. |
From: Shaun M. <sh...@ae...> - 2005-09-08 17:44:07
|
On 8 Sep 2005, at 15:51, M. Filio wrote: >> I then went on to add private forums to phpwsBB. That's done too >> now. ;-) >> >> > > Are these changes available on the SF CVS? Or as a patch somewhere? I > would like to take a look at them. Not yet. I should get time to sort them out tomorrow and check them in. I've got to also change the 'Latest Posts' box so it doesn't show posts from private forums that you aren't a member of. It works by letting you set the groups the forum is visible to in the settings and then checking that the user is a member of a group before displaying the forum. Relatively simple change. Shaun aegis design - http://www.aegisdesign.co.uk aegis hosting - http://www.aegishosting.co.uk |