Re: [myhdl-list] Reflections on a MyHDL IP library
Brought to you by:
jandecaluwe
From: George P. <ge...@ga...> - 2006-12-13 14:16:50
|
On Fri, November 17, 2006 5:40 pm, G=FCnter Dannoritzer wrote: > Jan Decaluwe wrote: > [...] >>> Trac looks more like it is suited for one project group. I think the >>> mix >>> of having different users that can participate in different projects >>> requires quite some tweaking of trac. >> >> I'm not convinced this is what we need first. Trac seems to be a >> sourceforge done better, in other words, a development management >> system. But this is a general problem, well suited to large scale >> dedicated hosted solutions such as sourceforge itself, or Google Code >> (both with subversion support), or opencores.org. >> >> I think what we need first is a content management system, well suited >> to >> create great documentation rapidly, and distribute releases by the >> good old method of tar files. >> > > I see what you are saying and I agree, with a small community as it is > now, there is no need to have a full fledged project management system. > That just adds to the administrative overhead and also can create a lot > of junk. > > Now what features do you see that a content management system would add= , > that cannot be done with the docuwiki as it is now? > > > Guenter > After doing some explorations, I highly recommend looking at Zope for myhdl.org. I've been looking at content management systems, including MediaWiki, phpBB, Drupal, Wordpress, and Zope. So far, I think Zope offer= s the most potential. Zope seems more fundamental than all the others. Since modules can be downloaded and/or created for it, it can incorporate all their functionality. In fact, my friend told me a Zope-based site could even run all those other pre-existing components under one umbrella. Last, but certainly not least, Zope is based on Python, and not nasty, C-like PHP. Here's but one site someone did using Zope as a backend: http://www.issuetrackerproduct.com/ His main site: http://www.peterbe.com/ Zope webpage: http://www.zope.org/ Rock on, George http://www.gammaburst.net |