Forum archive
tklpatch area for releases
I have a couple open tklpatch projects I am working on, but what is slowing me down is the forum upload limit. At first I decided to try to make my own website to upload the tklpatch files but I have not gotten around to it yet, and I have been lazy about finishing the projects until I have a place to upload the final product.
I was just thinking, why not create a sourceforge or github project account where all the 3rd party devs can upload to? This will increase the file size limit as well as provide a centralized place to put all files. These forums are not ideal for releasing tklpatch files because they are not organized onto a single page, making it hard to see.
Does anyone have any thoughts about this? Admins, any thoughts?
I think the best way forward is to use a distributed version control system for collaborative development.
My personal preference would be to use git, and github if possible. They provide a free plan for open source projects with unlimited repositories and contributors, which is exactly what we need. They also have a foot note that the 300MB storage limit is a soft limit (to prevent abuse), but if more space is required they are "happy to provide it".
I'll send off an email to make sure we can get extra space if we need it.
My only concern is forcing developers to use something that they don't want to. Others may prefer using bazaar or mercurial, but I suppose there is no one-fit-all solution. So, I am thinking we start with github (if their reply is positive), and if needed, create similar repositories on launchpad and bitbucket...
Any thoughts?