[pygame] Re: PyGame Website Rewrite

2009-04-25 Thread ab3
# need a numeric version? or save it as string?
version = models.FloatField()
the version should be a string beceause it allows for different kind
of version formats like 1.0.4b

On Apr 23, 8:35 pm, jug j...@fantasymail.de wrote:
 Hello,

 to organize the development process, I've set up a SVN-repo and a small
 Trac athttp://pygameweb.no-ip.org/trac/

 You'll find there a first concept and you can take part in developing
 it by adding your ideas. Some of the point are completely to work out,
 so just have a look. If you have a complete concept for one of the
 points (eg the design) create a new wiki page and add a link.

 If you would like to participate in developing, add yourself to the list
 on the start page and provide some information like I did.

 I've done the setup on the quick so if there are any problems with Trac
 or you need more rights, please email me.

 Regards,
 Jug


Re: [pygame] Re: PyGame Website Rewrite

2009-04-25 Thread jug

Hi

# need a numeric version? or save it as string?
version = models.FloatField()
the version should be a string beceause it allows for different kind
of version formats like 1.0.4

Right! I thought of sorting but sorting different projects by version
is rubbish. Better by last update or so.

I've just changed that ;)